Skip to content

Commit 282c6e8

Browse files
committed
testactions
1 parent 9419d2d commit 282c6e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ builds:
4141
# Defaults are 386, amd64 and arm64.
4242
goarch:
4343
- amd64
44-
# - arm64
44+
- arm64
4545

4646
# # GOARM to build for when GOARCH is arm.
4747
# # For more info refer to: https://golang.org/doc/install/source#environment

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM scratch
22
# FROM alpine
3-
COPY guanceexample /app
4-
ENTRYPOINT ["/app"]
3+
COPY guanceexample /usr/local/bin/app
4+
ENTRYPOINT ["/usr/local/bin/app"]

0 commit comments

Comments
 (0)