disable arm builds
failing with "gcc: error: unrecognized command line option ‘-marm’"
This commit is contained in:
parent
b39d05a2fd
commit
aaac89fa3f
1 changed files with 10 additions and 10 deletions
|
@ -43,14 +43,14 @@ go get -v -d ./
|
||||||
go build ./
|
go build ./
|
||||||
mv osem_notify dist/osem_notify_${release}_mac64
|
mv osem_notify dist/osem_notify_${release}_mac64
|
||||||
|
|
||||||
export GOOS=linux
|
# export GOOS=linux
|
||||||
export GOARCH=arm
|
# export GOARCH=arm
|
||||||
go get -v -d ./
|
# go get -v -d ./
|
||||||
go build ./
|
# go build ./
|
||||||
mv osem_notify dist/osem_notify_${release}_linux_arm
|
# mv osem_notify dist/osem_notify_${release}_linux_arm
|
||||||
|
|
||||||
export GOOS=android
|
# export GOOS=android
|
||||||
export GOARCH=arm
|
# export GOARCH=arm
|
||||||
go get -v -d ./
|
# go get -v -d ./
|
||||||
go build ./
|
# go build ./
|
||||||
mv osem_notify dist/osem_notify_${release}_android
|
# mv osem_notify dist/osem_notify_${release}_android
|
||||||
|
|
Loading…
Add table
Reference in a new issue