Skip to content

Commit

Permalink
Update goreleaser file
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Mar 31, 2022
1 parent 1e0dc9e commit 6d5ef16
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:
- "pierro777/iptv-proxy:v{{ .Major }}-arm64"
- "pierro777/iptv-proxy:v{{ .Major }}.{{ .Minor }}-arm64"
- "pierro777/iptv-proxy:latest-arm64"
use_buildx: true
use: buildx
goos: linux
goarch: arm64
ids:
Expand Down Expand Up @@ -80,7 +80,7 @@ dockers:
- "pierro777/iptv-proxy:v{{ .Major }}"
- "pierro777/iptv-proxy:v{{ .Major }}.{{ .Minor }}"
- "pierro777/iptv-proxy:latest"
use_buildx: true
use: buildx
goos: linux
goarch: amd64
ids:
Expand Down

0 comments on commit 6d5ef16

Please sign in to comment.