Write vagrant-go binaries into the ./bin directory. Add targets for platforms and specific architectures.
11 lines
148 B
Go
11 lines
148 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/randall77/makefat"
|
|
)
|