Skip to content

Commit

Permalink
Should Fix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Jan 28, 2025
1 parent 2bde42d commit 2c61e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before:

builds:
# https://goreleaser.com/customization/build/
- id: helloworld
- id: goreleaser-multi-arch-docker
main: ./helloworld
goos:
- linux
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM gcr.io/distroless/static:nonroot

COPY helloworld /helloworld
COPY goreleaser-multi-arch-docker /helloworld

ENTRYPOINT [ "/helloworld" ]

0 comments on commit 2c61e72

Please sign in to comment.