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

publish produced "...armv7l.yml", but updater finds for "...arm.yml" #2884

Closed
hibiyasleep opened this issue May 9, 2018 · 3 comments
Closed
Labels

Comments

@hibiyasleep
Copy link

hibiyasleep commented May 9, 2018

  • Version: latest
  • Target: Linux ARMv7l

I configured publish option as exactly others do:

"publish": {
  "provider": "s3",
  "bucket": "******"
}

After build & publish, some files got uploaded on S3 bucket:

latest-linux-armv7l.yml
***-0.1.2-armv7l.AppImage
***-0.1.3-armv7l.AppImage

and checkForUpdates fails with:

Unhandled rejection Error: Cannot find channel "latest-linux-arm.yml" update info: HttpError: 404 Not Found
"method: undefined url: https://******.s3.amazonaws.com/latest-linux-arm.yml?noCache=1cd1hk0p0\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n"

Why updater finds for arm, not armv7l? if possible, how can I override this?

develar added a commit to develar/electron-builder that referenced this issue May 9, 2018
@develar develar added the bug label May 9, 2018
@develar
Copy link
Member

develar commented May 9, 2018

0.1.2-armv7l.AppImage

Must be 0.1.2-arm.AppImage Fixed.

develar added a commit to develar/electron-builder that referenced this issue May 9, 2018
develar added a commit to develar/electron-builder that referenced this issue May 9, 2018
@develar develar closed this as completed in 7b5ffe6 May 9, 2018
@develar
Copy link
Member

develar commented May 9, 2018

Please try 20.13.3

@hibiyasleep
Copy link
Author

hibiyasleep commented May 10, 2018

works great, now uploads ...arm.yml. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants