-
Notifications
You must be signed in to change notification settings - Fork 29
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 compatible docker image #159
Comments
It wasn't planned until now, but I will have a look at it :) |
@dfoxg done, please check if it looks good to you |
@nmapx hm still doesn't work. I will have a look at it later, I'm not at home right now :) |
I see, well CI/CD pipelines sucks when it comes to dry-run/debug 😓 |
I suspect the release workflow might work fine because the variable is directly declared there ...
-
name: What
run: echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
...
name: Build and push
uses: docker/build-push-action@v2
with:
context: ./docker
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64,linux/386
push: true
tags: splitbrain/dokuwiki:${{ env.BRANCH }}
... Maybe |
I rewrote the tag-logic, i hope it will work now. but the build is running for 30mins now 😒 Could you test the pushed image, when the build finishes? |
@dfoxg awesome news! I will check it right away :) |
Isn't the build stuck on |
Isn't a raspberry pi a non 64bit arm per default? I thought my rpi 4 was a armv7, but I was able to enable arm64. |
Raspberry Pi is one of the devices that might have armv7 or even v6 if we consider older generations. |
Thanks for linking that issue! I removed the If this works in your setup, i´m gonna create a new release :) |
It is working 🎉 |
New version is released, thanks for your help! 😍 |
Hi @dfoxg
Do you plan to add
arm64
compatible docker image to public registry?IMO it should be plug&play. I will be happy to help if you need anything.
Cheers!
The text was updated successfully, but these errors were encountered: