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

Add multi-architecture build support to GitHub Actions #829

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

BachErik
Copy link
Contributor

Extend the Docker publishing workflow to build and push images for both amd64 and arm64 architectures using Docker Buildx.

Extend the Docker publishing workflow to build and push images for both amd64 and arm64 architectures using Docker Buildx.
Copy link

vercel bot commented Jul 24, 2024

@BachErik is attempting to deploy a commit to the evroon's projects Team on Vercel.

A member of the Team first needs to authorize it.

@BachErik
Copy link
Contributor Author

would fix: #649

Copy link

vercel bot commented Jul 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bracket ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 4:45pm

@evroon
Copy link
Owner

evroon commented Jul 25, 2024

That's great, thanks!

@evroon evroon merged commit 7f76453 into evroon:master Jul 25, 2024
2 checks passed
@BachErik BachErik deleted the patch-1 branch July 25, 2024 07:51
@evroon
Copy link
Owner

evroon commented Jul 25, 2024

Ah, there is something wrong with it though, I think you do need QEMU: https://github.com/evroon/bracket/actions/runs/10090192217/job/27899100775

@BachErik
Copy link
Contributor Author

Then we would have the following problem:
https://github.com/BachErik/bracket/actions/runs/10090374375/job/27899663426

@BachErik
Copy link
Contributor Author

The node:18-alpine image is incompatible with linux/arm64/v8 only with linux/arm/v6, linux/arm/v7, linux/arm64. (linux/amd64, linux/ppc64le, linux/s390x)

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.

Add Docker support for arm64 architecture
2 participants