mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Package gcc-aarch64-linux-gnu is not available #2242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darrenjl0 on GitHub.
Please forgive me if this isn't an issue and I am doing something wrong, complete docker noob here. Anyway when trying to build the docker image for arm using this command:
sudo docker build -t bitwardenarm -f Dockerfile.aarch64 .The gcc package is not found.
Package gcc-aarch64-linux-gnu is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source@mprasil commented on GitHub:
That's weird, the package should be available. However I'm afraid that the build will fail anyways - see #262.
@darrenjl0 commented on GitHub:
@dani-garcia Still compiling... but the dependency was found correctly now thanks.
As mentioned bit of a noob so could be doing something wrong but mine errors out.
@dani-garcia commented on GitHub:
Weird, I just tried to compile it now and it worked for me. Are you using the latest master? You might need to do
git pullto get the latest changes.@dani-garcia commented on GitHub:
The AArch64 build should be fixed now, can you test if this is still a problem?
@darrenjl0 commented on GitHub:
Will do.
@mprasil commented on GitHub:
Latest master definitely builds fine - we now have aarch64 image on the docker hub. The error message @DazAh shared sounds like older source code without the disabled yubikey functionality in
1d034749f7.@mprasil commented on GitHub:
We had couple successful builds for aarch64 since then, I'm going to assume that @DazAh resolved his issue by pulling the latest code and I'm closing the issue, but feel free to reopen if problem still persists.