Skip to content

Commit

Permalink
Merge pull request #37 from joemiller/fix-release-2
Browse files Browse the repository at this point in the history
goreleaser: drop arm docker image (keep arm64)
  • Loading branch information
joemiller authored Nov 30, 2023
2 parents 7b598c0 + 51fa600 commit bb9415f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,3 @@ dockers:
- "joemiller/certin:v{{ .Major }}-arm64" # v1
- "joemiller/certin:v{{ .Major }}.{{ .Minor }}-arm64" # v1.0
- "joemiller/certin:latest-arm64"
# build a docker image for arm
- dockerfile: Dockerfile
ids:
- certin
goos: linux
goarch: arm
goarm: ""
image_templates:
- "joemiller/certin:{{ .Tag }}-arm" # v1.0.0
- "joemiller/certin:v{{ .Major }}-arm" # v1
- "joemiller/certin:v{{ .Major }}.{{ .Minor }}-arm" # v1.0
- "joemiller/certin:latest-arm"

0 comments on commit bb9415f

Please sign in to comment.