Files
nomad/build_linux_arm.go
Michael Schurter 5bb805cc5e 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