Skip to content

Commit

Permalink
Add healthcheck.sh as an extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 5, 2023
1 parent c01081d commit d25fee9
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 @@ -93,6 +93,7 @@ dockers:
goarch: amd64
extra_files:
- docker/entry.sh
- docker/healthcheck.sh
build_flag_templates:
- "--platform=linux/amd64"
- image_templates:
Expand All @@ -103,6 +104,7 @@ dockers:
goarch: arm64
extra_files:
- docker/entry.sh
- docker/healthcheck.sh
build_flag_templates:
- "--platform=linux/arm64"
- image_templates:
Expand All @@ -114,6 +116,7 @@ dockers:
goarm: 6
extra_files:
- docker/entry.sh
- docker/healthcheck.sh
build_flag_templates:
- "--platform=linux/arm/v6"
docker_manifests:
Expand Down

0 comments on commit d25fee9

Please sign in to comment.