-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support arm64 and amd64 in Dockerfile Signed-off-by: Elliot Jackson <[email protected]> * upgrade go dependencies Signed-off-by: Elliot Jackson <[email protected]> * fix Dockerfile syntax Signed-off-by: Elliot Jackson <[email protected]> * update bazel dependencies Signed-off-by: Elliot Jackson <[email protected]> * add protobuf python dependency Signed-off-by: Elliot Jackson <[email protected]> * clean up cache after go install in dockerfile Signed-off-by: Elliot Jackson <[email protected]> * clean mod cache on each install Signed-off-by: Elliot Jackson <[email protected]> * upgrade go toolchain version to 1.19.1 Signed-off-by: Elliot Jackson <[email protected]> Signed-off-by: Elliot Jackson <[email protected]>
- Loading branch information
Elliot Jackson
authored
Sep 14, 2022
1 parent
61feee2
commit 4f96300
Showing
17 changed files
with
1,346 additions
and
78 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 |
---|---|---|
|
@@ -11,4 +11,3 @@ string_flag( | |
build_setting_default = "", | ||
visibility = ["//visibility:public"], | ||
) | ||
|
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
Oops, something went wrong.