Skip to content

Commit

Permalink
remove deprecated goreleaser use_buildx option
Browse files Browse the repository at this point in the history
  • Loading branch information
skang0601 committed Dec 10, 2021
1 parent 4669411 commit 384770d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ dockers:
- goos: linux
goarch: amd64
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- --platform=linux/amd64
image_templates:
- jnorwood/{{ .ProjectName }}:{{ .Tag }}-amd64
- goos: linux
goarch: arm64
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- --platform=linux/arm64
image_templates:
Expand All @@ -84,7 +84,7 @@ dockers:
goarch: arm
goarm: 6
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- --platform=linux/arm/v6
image_templates:
Expand All @@ -93,7 +93,7 @@ dockers:
goarch: arm
goarm: 7
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- --platform=linux/arm/v7
image_templates:
Expand Down

0 comments on commit 384770d

Please sign in to comment.