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

chore(Dockerfile): update Dockerfile to support multiple architectures #2645

Closed
wants to merge 1 commit into from

Conversation

kahirokunn
Copy link

@kahirokunn kahirokunn commented Jun 6, 2023

Usage

docker buildx build --build-arg RUNNER_VERSION=2.304.0 --platform linux/amd64,linux/arm64 --output=type=image,push=true . -t quay.io/actions/actions-runner:latest

Build and push I would like to provide a multiple architecture supported image using buildx in Docker image.

The image I built is below.
If you want to try it out, please do so!

quay.io/kahirokunn/actions-runner-multi-arch-base:latest

@kahirokunn kahirokunn requested a review from a team as a code owner June 6, 2023 09:08
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
@kahirokunn
Copy link
Author

@nikola-jokic Could you please review it?

@nikola-jokic
Copy link
Contributor

Hey @kahirokunn,

This change looks good to me. But we also need to align on the way we publish images built on different architectures ☺️ We will keep you posted on this topic

@kahirokunn
Copy link
Author

Okay 👌

@kahirokunn
Copy link
Author

@nikola-jokic I wanted to accomplish this one, but another person had completed the response, so I will close this one. 😢
#2601

@kahirokunn kahirokunn closed this Aug 2, 2023
@nikola-jokic
Copy link
Contributor

Thank you for doing it anyway!

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.

None yet

2 participants