We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed patch:
commit a737447e1bdd9dbe7402ea3ae47d78b4529fa70b Author: Martijn Hemeryck <martijn.hemeryck@gmail.com> Date: Fri Sep 21 13:33:48 2018 +0200 Multi-arch dockers diff --git a/.goreleaser.yml b/.goreleaser.yml index fbcf1a5..e66d1b1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,14 +1,14 @@ builds: - env: - - CGO_ENABLED=0 + - CGO_ENABLED=0 goos: - - linux + - linux goarch: - - amd64 - - arm + - amd64 + - arm goarm: - - 7 + - 7 archive: replacements: linux: Linux @@ -16,9 +16,28 @@ archive: checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ .Tag }}-next" + name_template: "{{ .Commit }}" dockers: - image: mhemeryck/modbridge + goarch: amd64 + goos: linux + tag_templates: + - "{{ .Tag }}" + - "{{ .Arch }}-{{ .Tag }}" + - "{{ .Arch }}-latest" + - "{{ .Arch }}" + - latest + extra_files: + - config.yml + - + image: mhemeryck/modbridge + goarch: arm + goarm: 7 + goos: linux + tag_templates: + - "{{ .Arch }}v{{ .Arm }}-{{ .Tag }}" + - "{{ .Arch }}v{{ .Arm }}-latest" + - "{{ .Arch }}v{{ .Arm }}" extra_files: - config.yml
Multi-arch part is not working atm, so leaving it here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposed patch:
Multi-arch part is not working atm, so leaving it here.
The text was updated successfully, but these errors were encountered: