Skip to content

Commit

Permalink
Goreleaser needs extra_files for log.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Apr 10, 2024
1 parent 680bdf7 commit 8bf9cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ dockers:
- "--build-arg=ARCH=amd64"
- "--build-arg=BUILD_ENV=goreleaser"
- "--platform=linux/amd64"
extra_files: [ "package/log.sh" ]
-
use: buildx
goos: linux
Expand All @@ -171,6 +172,7 @@ dockers:
- "--build-arg=ARCH=arm64"
- "--build-arg=BUILD_ENV=goreleaser"
- "--platform=linux/arm64/v8"
extra_files: [ "package/log.sh" ]
# fleet-agent images
-
use: buildx
Expand All @@ -191,7 +193,6 @@ dockers:
- "--build-arg=ARCH=amd64"
- "--build-arg=BUILD_ENV=goreleaser"
- "--platform=linux/amd64"
extra_files: [ "package/log.sh" ]
-
use: buildx
goos: linux
Expand All @@ -211,7 +212,6 @@ dockers:
- "--build-arg=ARCH=arm64"
- "--build-arg=BUILD_ENV=goreleaser"
- "--platform=linux/arm64/v8"
extra_files: [ "package/log.sh" ]

docker_manifests:
# https://goreleaser.com/customization/docker_manifest/
Expand Down

0 comments on commit 8bf9cef

Please sign in to comment.