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

docker: bump go version + set arch platform #359

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

positiveblue
Copy link
Contributor

Some users were not able to build multi arch images with docker. It looks like we need to propagate the ${BUILDPLATFORM} to all the docker stages.

I also had to bump the go version to make this work docker buildx build --platform linux/arm64/v8 -f Dockerfile ., not sure if something changed in the last three versions of go for arm 👀

Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK, LGTM. Thanks for the fix!

@guggero guggero merged commit cf46564 into master Apr 14, 2022
@guggero guggero deleted the bump-go-docker-buider branch April 14, 2022 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants