This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
97a445ab2c
open-nomad
/
build_linux_arm.go
7 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
gofmt all the files mostly to handle build directives in 1.17.
2021-10-01 13:59:55 +00:00
//go:build linux && cgo
Fix 32bit arm build Had to use the hack from https://github.com/golang/go/issues/12443
2017-02-09 19:22:17 +00:00
// +build linux,cgo
// #cgo LDFLAGS: -mfloat-abi=hard
package
main