-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux arm64 Docker #381
Linux arm64 Docker #381
Conversation
…um despite the docs claiming support for arm.large
|
|
|
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
==========================================
+ Coverage 73.16% 73.21% +0.05%
==========================================
Files 124 124
Lines 7999 7999
==========================================
+ Hits 5852 5856 +4
+ Misses 1652 1645 -7
- Partials 495 498 +3
Continue to review full report at Codecov.
|
|
|
|
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
@@ -12,7 +15,7 @@ func NewVersionCommand() *cobra.Command { | |||
Args: cobra.NoArgs, | |||
Short: "Print the stanza version", | |||
Run: func(_ *cobra.Command, _ []string) { | |||
println(version.GetVersion()) | |||
fmt.Println(version.GetVersion(), runtime.GOOS, runtime.GOARCH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice information to include
Description of Changes
Add docker support for linux/ARM64
buildx
plugin when buildingThis will allow a single tag to be built for AMD64 and ARM64.
Please check that the PR fulfills these requirements