dshackle icon indicating copy to clipboard operation
dshackle copied to clipboard

ARM (M1) build

Open roderik opened this issue 1 year ago • 1 comments

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

roderik avatar Oct 13 '22 22:10 roderik

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

splix avatar Oct 14 '22 01:10 splix