Skip to content

Commit

Permalink
fix build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 4, 2024
1 parent 492fa1f commit 56ef885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main() {
}

# FIXME(ezekg) Cross-compiling these distros on darwin/amd64 fails
PLATFORMS="$(go tool dist list | grep -vE 'ios|android|js|aix|illumos|riscv64|plan9|solaris|loong')"
PLATFORMS="$(go tool dist list | grep -vE 'ios|android|js|aix|illumos|riscv64|plan9|solaris|loong|ppc64|wasm')"
PACKAGE='github.com/keygen-sh/keygen-cli/cmd'
VERSION="$(cat VERSION)"

Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ main() {
fi
}

PLATFORMS="$(go tool dist list | grep -vE 'ios|android|js|aix|illumos|riscv64|plan9|solaris|loong')"
PLATFORMS="$(go tool dist list | grep -vE 'ios|android|js|aix|illumos|riscv64|plan9|solaris|loong|ppc64|wasm')"
PACKAGE='github.com/keygen-sh/keygen-cli/cmd'
VERSION="$(cat VERSION)"
CHANNEL='stable'
Expand Down

0 comments on commit 56ef885

Please sign in to comment.