mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #269] docker arm builds are failing,can't download node-sass #141
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#141
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 @nutspie-bot on GitHub (Nov 22, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/269
The node-sass module unsupported ARM.
@TBK commented on GitHub (Nov 22, 2018):
Discussion on the matter https://github.com/sass/node-sass/pull/2253
@mprasil commented on GitHub (Nov 22, 2018):
I don't think we can do anything on our side. Maybe you can report the issue in the upstream? As for our ARM build, we're actually building the Vault on x86 platform and we also cross-compile the server binary on x86, (this is so we can have automated build on docker hub) so our builds shouldn't be affected by this. Maybe you can use the raspberry image from docker hub or build your own on x86?