Skip to content

Commit

Permalink
Merge pull request #14 from hayaofr/chore/add-arm64-target-platform
Browse files Browse the repository at this point in the history
chore: Add arm64 target platform
  • Loading branch information
Whisper40 authored Dec 7, 2023
2 parents 2884ce9 + fb213f0 commit ab16ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- freebsd
goarch:
- amd64
- arm64
- 386
flags:
- -trimpath
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ get_binaries() {
case "$PLATFORM" in
darwin/386) BINARIES="kubi" ;;
darwin/amd64) BINARIES="kubi" ;;
darwin/arm64) BINARIES="kubi" ;;
freebsd/386) BINARIES="kubi" ;;
freebsd/amd64) BINARIES="kubi" ;;
linux/386) BINARIES="kubi" ;;
Expand Down

0 comments on commit ab16ec1

Please sign in to comment.