We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9419d2d commit 282c6e8Copy full SHA for 282c6e8
.goreleaser.yaml
@@ -41,7 +41,7 @@ builds:
41
# Defaults are 386, amd64 and arm64.
42
goarch:
43
- amd64
44
- # - arm64
+ - arm64
45
46
# # GOARM to build for when GOARCH is arm.
47
# # For more info refer to: https://golang.org/doc/install/source#environment
Dockerfile
@@ -1,4 +1,4 @@
1
FROM scratch
2
# FROM alpine
3
-COPY guanceexample /app
4
-ENTRYPOINT ["/app"]
+COPY guanceexample /usr/local/bin/app
+ENTRYPOINT ["/usr/local/bin/app"]
0 commit comments