Skip to content

Commit

Permalink
disable arm builds
Browse files Browse the repository at this point in the history
failing with "gcc: error: unrecognized command line option ‘-marm’"
  • Loading branch information
noerw committed Jun 24, 2018
1 parent b39d05a commit aaac89f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .scripts/build_crossplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=android
export GOARCH=arm
go get -v -d ./
go build ./
mv osem_notify dist/osem_notify_${release}_android
# 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

0 comments on commit aaac89f

Please sign in to comment.