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

Build Docker container image for ARM64 #339

Merged
merged 3 commits into from
Apr 24, 2021
Merged

Build Docker container image for ARM64 #339

merged 3 commits into from
Apr 24, 2021

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Apr 24, 2021

Use docker buildx instead of docker build, to build the official Docker image for multi arch. Now we've newly supported linux/arm64 container image.

Docker for Apple Silicon is generally available now, so macOS with M1 can run a container with a native architecture.

Resolves #328.

@yhatt yhatt changed the title Build Docker image for ARM64 Build Docker container image for ARM64 Apr 24, 2021
For prevent confusing between Docker entrypoint and Node.js entrypoint.
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.

Build linux/arm64 container images in addition to the linux/amd64 ones
1 participant