open-nomad/build_linux_arm.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
163 B
Go
Raw Permalink Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build linux && cgo
// +build linux,cgo
// #cgo LDFLAGS: -mfloat-abi=hard
package main