1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add arm* architecture to goreleaser config

This commit is contained in:
Chris Cummer 2019-07-29 09:50:29 -07:00
parent 3e8bbd02ea
commit 57f1bac497
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@ builds:
goarch:
- 386
- amd64
- arm
- arm64
before:
hooks:

View File

@ -1,3 +1,3 @@
FROM scratch
COPY wtfutil /
ENTRYPOINT ["/wtfutil"]
ENTRYPOINT ["/wtfutil"]