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

Merge pull request #521 from wtfutil/20190729-goreleaser

Add arm* architecture to goreleaser config
This commit is contained in:
Chris Cummer 2019-07-29 10:05:55 -07:00 committed by GitHub
commit 3a02a2a4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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