mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +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_64) export GOARCH="amd64" ;;
|
||||
arm*) export GOARCH="arm" ;;
|
||||
mips) export GOARCH="mips" ;;
|
||||
mips64) export GOARCH="mips64" ;;
|
||||
mips64el) export GOARCH="mips64le" ;;
|
||||
mipsel) export GOARCH="mipsle" ;;
|
||||
*) return 1 ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user