open-nomad/build_linux_arm.go
Michael Schurter f2cf2b1df1 Fix 32bit arm build
Had to use the hack from https://github.com/golang/go/issues/12443
2017-02-09 11:22:17 -08:00

6 lines
69 B
Go

// +build linux,cgo
// #cgo LDFLAGS: -mfloat-abi=hard
package main