mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
Write vagrant-go binaries into the ./bin directory. Add targets for platforms and specific architectures.
10 lines
148 B
Go
10 lines
148 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/randall77/makefat"
|
|
)
|