mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/go-bootstrap: add mips support
This commit is contained in:
parent
4d42c5a4fe
commit
7908378124
@ -51,6 +51,10 @@ build() {
|
|||||||
x86) export GOARCH="386" ;;
|
x86) export GOARCH="386" ;;
|
||||||
x86_64) export GOARCH="amd64" ;;
|
x86_64) export GOARCH="amd64" ;;
|
||||||
arm*) export GOARCH="arm" ;;
|
arm*) export GOARCH="arm" ;;
|
||||||
|
mips) export GOARCH="mips" ;;
|
||||||
|
mips64) export GOARCH="mips64" ;;
|
||||||
|
mips64el) export GOARCH="mips64le" ;;
|
||||||
|
mipsel) export GOARCH="mipsle" ;;
|
||||||
*) return 1 ;;
|
*) return 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user