mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #322] Package gcc-aarch64-linux-gnu is not available #173
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Jan 1, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/322
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 (Jan 1, 2019):
That's weird, the package should be available. However I'm afraid that the build will fail anyways - see #262.
@dani-garcia commented on GitHub (Jan 10, 2019):
The AArch64 build should be fixed now, can you test if this is still a problem?
@darrenjl0 commented on GitHub (Jan 11, 2019):
Will do.
@darrenjl0 commented on GitHub (Jan 11, 2019):
@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 (Jan 11, 2019):
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.@mprasil commented on GitHub (Jan 11, 2019):
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 (Jan 14, 2019):
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.