mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
docker arm builds are failing,can't download node-sass #139
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 @nutspie-bot on GitHub (Nov 22, 2018).
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?