Skip to content

Commit

Permalink
🐛 Fix target Docker platform
Browse files Browse the repository at this point in the history
  • Loading branch information
busser committed Jul 13, 2023
1 parent 0b8f980 commit b8e7b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dockers:
ids: [murmur]
build_flag_templates:
- --build-arg=BINARY=murmur
- --platform=amd64
- --platform=linux/amd64
image_templates:
- ghcr.io/busser/murmur:{{ .Tag }}
- ghcr.io/busser/murmur:v{{ .Major }}.{{ .Minor }}
Expand All @@ -61,7 +61,7 @@ dockers:
ids: [whisper]
build_flag_templates:
- --build-arg=BINARY=whisper
- --platform=amd64
- --platform=linux/amd64
image_templates:
- ghcr.io/busser/whisper:{{ .Tag }}
- ghcr.io/busser/whisper:v{{ .Major }}.{{ .Minor }}
Expand Down

0 comments on commit b8e7b92

Please sign in to comment.