Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Fix gorelease build
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <darren@acorn.io>
  • Loading branch information
ibuildthecloud committed Nov 15, 2022
1 parent 178a1a9 commit b5aa09b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ dockers:
- "--platform=linux/amd64"
extra_files:
- scripts/ds-containerd-config-path-entry
- scripts/setup-binfmt
- use: buildx
goos: linux
goarch: arm64
Expand All @@ -128,6 +129,7 @@ dockers:
- "--platform=linux/arm64"
extra_files:
- scripts/ds-containerd-config-path-entry
- scripts/setup-binfmt
- use: buildx
goos: linux
goarch: arm
Expand All @@ -146,6 +148,7 @@ dockers:
- "--platform=linux/arm/v7"
extra_files:
- scripts/ds-containerd-config-path-entry
- scripts/setup-binfmt

docker_manifests:
- use: docker
Expand Down

0 comments on commit b5aa09b

Please sign in to comment.