pepakriz / gitlab-merger-bot

GitLab Merger Bot
56 stars 15 forks source link

ARM64 Support #222

Open gjrtimmer opened 1 month ago

gjrtimmer commented 1 month ago

I'm unable to build this image with docker buildx for amd64 and arm64.

What I'm working on now, is to update the BUILDPLATOFRM variable, this should be updated to TARGETPLATFORM when using buildx with qemu.

gjrtimmer commented 1 month ago

Furthermore, the base alpine 3.19 image might need to be replaced because it complains about the following error even while the image is being build for arm64.

Status: Downloaded newer image for harbor.local/gitlab/oss/gitlab-merger-bot:arm64
x86_64-binfmt-P: Could not open '/lib/ld-musl-x86_64.so.1': No such file or directory
pepakriz commented 1 month ago

I'm not sure what to suggest. Both image variants are successfully built in github actions. I tried to build amd64 locally without any problem (but without qemu).

gjrtimmer commented 1 month ago

And the arm64 is running succesfull?