refactor: remove docker build and deployment

This commit is contained in:
Prad Nukala 2024-10-08 17:32:49 -04:00
parent 2970497683
commit e928ce22b4
3 changed files with 0 additions and 21 deletions

View File

@ -54,24 +54,6 @@ brews:
branch: master branch: master
token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}" token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}"
# .goreleaser.yaml
dockers:
- # Sonr Binary
id: sonrd
goos: linux
goarch: amd64
ids:
- sonr
image_templates:
- "onsonr/sonrd:latest"
- "onsonr/sonrd:{{ .Tag }}"
dockerfile: "./deploy/sonrd.Dockerfile"
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title=sonrd"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
announce: announce:
telegram: telegram:
enabled: true enabled: true

View File

@ -1,3 +0,0 @@
FROM scratch
ENTRYPOINT ["/sonrd"]
COPY sonrd /