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

ARM (M1) build #192

Open
roderik opened this issue Oct 13, 2022 · 1 comment
Open

ARM (M1) build #192

roderik opened this issue Oct 13, 2022 · 1 comment

Comments

@roderik
Copy link
Contributor

roderik commented Oct 13, 2022

Would it be possible to add multi platform support to the docker image?

It should be (famous last words) nothing more than adding this config: https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#how-do-i-specify-a-platform-in-the-manifest-list-or-oci-index-of-a-base-image

And probably the following in the GHA

      - name: Set up QEMU
        uses: docker/setup-qemu-action@v2

      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v2
@splix
Copy link
Member

splix commented Oct 14, 2022

Hm, that's interesting. Thank you. I'll take a look. Will need to check how it uploads multiple images to a registry, etc.

vdoflip pushed a commit to jit-strategies/dshackle that referenced this issue Aug 1, 2023
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

No branches or pull requests

2 participants