Skip to content

Commit

Permalink
adding back buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Sep 7, 2024
1 parent e0f5034 commit dc8a8b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dockers:
# GOARCH of the built binary that should be used.
goarch: amd64
dockerfile: "{{ .Env.DOCKERFILE }}"
use: buildx
build_flag_templates:
- "--platform=linux/amd64"
- id: linux-build-arm64
Expand All @@ -55,6 +56,7 @@ dockers:
# GOARCH of the built binary that should be used.
goarch: arm64
dockerfile: "{{ .Env.DOCKERFILE }}"
use: buildx
build_flag_templates:
- "--platform=linux/arm64"
- id: darwin-build-amd64
Expand All @@ -65,6 +67,7 @@ dockers:
# GOARCH of the built binary that should be used.
goarch: amd64
dockerfile: "{{ .Env.DOCKERFILE }}"
use: buildx
build_flag_templates:
- "--platform=darwin/amd64"
- id: darwin-build-arm64
Expand All @@ -75,6 +78,7 @@ dockers:
# GOARCH of the built binary that should be used.
goarch: arm64
dockerfile: "{{ .Env.DOCKERFILE }}"
use: buildx
build_flag_templates:
- "--platform=darwin/arm64"
docker_manifests:
Expand Down
3 changes: 3 additions & 0 deletions docs/release_notes/v0.9.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release v0.9.6

Trying to remove dockerx...

0 comments on commit dc8a8b6

Please sign in to comment.