-
Notifications
You must be signed in to change notification settings - Fork 56
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
ci(build.yml): fix armv7 packages' architecture #145
Conversation
DON'T merge this pull request until fpm fix pacman's build bug |
OK, noted, we can mark this PR as DRAFT for now to be extra safe |
I think we also need to update pr-build.yml, release.yml, and prerelease |
Finished those jobs:
|
@yqlbu instantiate-check-runs is causing PR build failure, please help |
@kunish Sure, let me take a closer look |
The root cause is that the git remote add upstream https://github.com/daeuniverse/daed
git fetch upstream --prune
git push -u upstream <your feature branch name> |
Issue was resolved in #167 |
Co-authored-by: kunish <17328586+kunish@users.noreply.github.com>
This reverts commit 21b580c.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's too complicated for me to really have a good understanding what this PR is doing, can you leave a brief explanation to help people like me?
Some packages built by Action cannot be installed on target operating system, such as Arch Linux ARM64, Debian armv7, this PR is coming for fixing this problem |
Background
Checklist
Full changelog
Issue reference
Fix #[issue number]