Skip to content
New issue

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

docker arm builds are failing,can't download node-sass #269

Closed
nutspie-bot opened this issue Nov 22, 2018 · 2 comments
Closed

docker arm builds are failing,can't download node-sass #269

nutspie-bot opened this issue Nov 22, 2018 · 2 comments

Comments

@nutspie-bot
Copy link

The node-sass module unsupported ARM.

> node-sass@4.9.3 install /web-build/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.3/linux-arm-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.3/linux-arm-57_binding.node": 

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
      try setting a proxy via HTTP_PROXY, e.g. 

      export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

      npm config set proxy http://example.com:8080
@TBK
Copy link
Contributor

TBK commented Nov 22, 2018

Discussion on the matter sass/node-sass#2253

@mprasil
Copy link
Contributor

mprasil commented 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?

@mprasil mprasil closed this as completed Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants