mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: remove docker build and deployment
This commit is contained in:
parent
2970497683
commit
e928ce22b4
@ -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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
FROM scratch
|
|
||||||
ENTRYPOINT ["/sonrd"]
|
|
||||||
COPY sonrd /
|
|
Loading…
x
Reference in New Issue
Block a user