Skip to content
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

Binaries for linux-arm #2068 #3783

Merged
merged 1 commit into from Mar 5, 2020
Merged

Conversation

pisymbol
Copy link

@pisymbol pisymbol commented Mar 5, 2020

Make GOARCH configurable in order to build skaffold on other platforms
such as arm and arm64.

Fixes #2068

Tested using:

GOARCH=arm make

which successfully built an arm based binary on Raspbian (RPi4). I don't know the current release build cycle but it should be trivial to create a skaffold release for arm now provided you have the right cross build env or access to a native one.

Make GOARCH configurable in order to build skaffold on other platforms
such as arm and arm64.
@codecov
Copy link

codecov bot commented Mar 5, 2020

Codecov Report

Merging #3783 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted Files Coverage Δ
...affold/kubernetes/portforward/kubectl_forwarder.go 65.85% <0%> (-2.44%) ⬇️
pkg/skaffold/server/server.go 58.57% <0%> (ø) ⬆️

@dgageot dgageot added the kokoro:run runs the kokoro jobs on a PR label Mar 5, 2020
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Mar 5, 2020
@dgageot dgageot merged commit 658691b into GoogleContainerTools:master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Binaries for linux-arm
4 participants