Skip to content

Commit

Permalink
Added arm64 builds (closes #51)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jun 24, 2020
1 parent 00da6b2 commit 1190d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pipeline = [{
("main", "linux/amd64", "-linux-64bit"),
("main", "linux/386", "-linux-32bit"),
("arm", "linux/armv6", "-linux-arm"),
("arm", "linux/arm64", "-linux-arm64"),
("darwin", "darwin/amd64", "-darwin-64bit"),
("main", "windows/amd64", "-windows-64bit.exe"),
("main", "windows/386", "-windows-32bit.exe"),
Expand Down

0 comments on commit 1190d03

Please sign in to comment.