Skip to content

Commit

Permalink
Updated promu & protoc
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Giessing <marvin.giessing@gmail.com>
  • Loading branch information
mgiessing committed Apr 20, 2022
1 parent 1f6396a commit 9ef6836
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .promu.yml
Expand Up @@ -20,3 +20,4 @@ crossbuild:
- linux/arm64
- windows/amd64
- freebsd/amd64
- linux/ppc64le
2 changes: 2 additions & 0 deletions scripts/installprotoc.sh
Expand Up @@ -21,6 +21,7 @@ is_supported_platform() {
linux/amd64) found=0 ;;
linux/i386) found=0 ;;
linux/arm64) found=0 ;;
linux/ppc64le) found=0 ;;
esac
return $found
}
Expand All @@ -37,6 +38,7 @@ adjust_arch() {
amd64) ARCH=x86_64 ;;
i386) ARCH=x86_32 ;;
arm64) ARCH=aarch_64 ;;
ppc64le) ARCH=ppcle_64 ;;
esac
true
}
Expand Down

0 comments on commit 9ef6836

Please sign in to comment.