We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the one click install gives the exec format error when running on an arm64 host.
exec format error
arm64
I believe it is due to utilising the amd64 release, rather than platform specific https://github.com/swiftwave-org/app-store/blob/main/build/pocketbase/0.22.13/Dockerfile#L10
amd64
The text was updated successfully, but these errors were encountered:
Ticket can be closed I guess - I instead made it that my arm64 host was able to run amd64 images (utilising https://docs.docker.com/build/building/multi-platform/#qemu-without-docker-desktop)
Sorry, something went wrong.
Hi @sneat Missed this issue actually, will release the image for all the available arch
Hi @sneat Now, pocketbase 's imageavailable for all architecture natively. https://github.com/swiftwave-org/app-store/pkgs/container/app-store%2Fpocketbase
No branches or pull requests
Running the one click install gives the
exec format error
when running on anarm64
host.I believe it is due to utilising the
amd64
release, rather than platform specific https://github.com/swiftwave-org/app-store/blob/main/build/pocketbase/0.22.13/Dockerfile#L10The text was updated successfully, but these errors were encountered: