Skip to content

Commit

Permalink
Added ARM architecture builds
Browse files Browse the repository at this point in the history
Touches #12
  • Loading branch information
tombh committed Jun 12, 2018
1 parent a8ea195 commit c415547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfacer/src/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
- freebsd
goarch:
- amd64
- arm
ldflags: -s -w
hooks:
post: ../contrib/upx_compress_binary.sh
Expand Down

1 comment on commit c415547

@moderation
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you consider adding ARMv8 binaries as well? I think this would just be the addition of - arm64

Please sign in to comment.