Skip to content

Commit

Permalink
Fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin82 committed Mar 1, 2023
1 parent c549c84 commit 5536d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ builds:
- goos: linux
goarch: arm
goarm: 7
- goos: windows
goarch: arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand All @@ -29,6 +31,7 @@ archives:
dockers:
-
dockerfile: Dockerfile
goarch: amd64
skip_push: false
image_templates:
- "jordimartin/mmock:{{.Tag}}"
Expand Down

0 comments on commit 5536d2a

Please sign in to comment.