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

Release for arm64 (armv8) and armhf (armv6), armv7 #217

Merged
merged 1 commit into from
May 4, 2020
Merged

Release for arm64 (armv8) and armhf (armv6), armv7 #217

merged 1 commit into from
May 4, 2020

Conversation

ahmetb
Copy link
Owner

@ahmetb ahmetb commented May 4, 2020

Add builds for:

  • armv6 (GOOS=arm64 GOOS=linux)
  • armhf (GOARM=6 GOOS=linux GOARCH=arm)
  • armv7 (GOARM=7 GOOS=linux GOARCH=arm)

Update name templates accordingly.

Fixes #213.

Add builds for:

- armv6 (GOOS=arm64 GOOS=linux)
- armhf (GOARM=6 GOOS=linux GOARCH=arm)
- armv7 (GOARM=7 GOOS=linux GOARCH=arm)

Update name templates accordingly.

Fixes #213.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
@ahmetb
Copy link
Owner Author

ahmetb commented May 4, 2020

@alexellis and @caarlos0 thanks for your help, I know more about ARM builds now. 👍🏼

@ahmetb ahmetb merged commit 01bd237 into master May 4, 2020
@ahmetb ahmetb deleted the arm branch May 4, 2020 21:56
@3goats
Copy link

3goats commented May 8, 2020

+1

@alexellis
Copy link

Would you be up for creating a patch release so we can test the new binaries on arm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kubectx for ARM?
4 participants