forked from google/go-licenses
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go-bouncer to build arm64 binaries for macOS and Linux
This also updates the goreleaser install process to use "go install" and will use version 1.3.1 for goreleaser and updates the Go version used in the CI to 1.17.6. Signed-off-by: Dustin Schoenbrun <dustin.schoenbrun@anchore.com> add more pr events for validations pipeline Signed-off-by: Alex Goodman <alex.goodman@anchore.com> Signed-off-by: Dustin Schoenbrun <dustin.schoenbrun@anchore.com>
- Loading branch information
Dustin Schoenbrun
committed
Jan 20, 2022
1 parent
4d0ec92
commit e48e641
Showing
5 changed files
with
68 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build tags | ||
// +build tags | ||
|
||
// Copyright 2019 Google Inc. All Rights Reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
//go:build tools | ||
// +build tools | ||
|
||
package main | ||
|