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 ./
|
||||
mv osem_notify dist/osem_notify_${release}_mac64
|
||||
|
||||
export GOOS=linux
|
||||
export GOARCH=arm
|
||||
go get -v -d ./
|
||||
go build ./
|
||||
mv osem_notify dist/osem_notify_${release}_linux_arm
|
||||
# export GOOS=linux
|
||||
# export GOARCH=arm
|
||||
# go get -v -d ./
|
||||
# go build ./
|
||||
# mv osem_notify dist/osem_notify_${release}_linux_arm
|
||||
|
||||
export GOOS=android
|
||||
export GOARCH=arm
|
||||
go get -v -d ./
|
||||
go build ./
|
||||
mv osem_notify dist/osem_notify_${release}_android
|
||||
# export GOOS=android
|
||||
# export GOARCH=arm
|
||||
# go get -v -d ./
|
||||
# go build ./
|
||||
# mv osem_notify dist/osem_notify_${release}_android
|
||||
|
|
Loading…
Add table
Reference in a new issue