Add hints for keeping the list of architectures in sync
This commit is contained in:
parent
8b84c96d9d
commit
e8abc79ce9
2 changed files with 2 additions and 5 deletions
|
@ -221,6 +221,7 @@ func buildTargets(sourceDir, outputDir string, targets map[string][]string) {
|
|||
msg("build finished in %.3fs", time.Since(start).Seconds())
|
||||
}
|
||||
|
||||
// ATTENTION: the list of architectures must be in sync with .github/workflows/tests.yml!
|
||||
var defaultBuildTargets = map[string][]string{
|
||||
"aix": {"ppc64"},
|
||||
"darwin": {"amd64"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue