Skip to content

Commit

Permalink
build: remove deprecated goreleaser use_buildx param
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Dec 20, 2021
1 parent b8f35ce commit 4d1b9dd
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 @@ -41,7 +41,7 @@ archives:
dockers:
-
dockerfile: Dockerfile
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -59,7 +59,7 @@ dockers:
- docker/root
-
dockerfile: Dockerfile.aarch64
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -77,7 +77,7 @@ dockers:
- docker/root
-
dockerfile: Dockerfile.armhf
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand All @@ -96,7 +96,7 @@ dockers:
- docker/root
-
dockerfile: Dockerfile.armhf
use_buildx: true
use: buildx
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 4d1b9dd

Please sign in to comment.