-
Notifications
You must be signed in to change notification settings - Fork 27
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
Added implementation for building Linux_ARM64 packages. #225
base: master
Are you sure you want to change the base?
Conversation
name: Starc (linux_arm64) | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout sources for push or create tag event |
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.
предлагаю сборку арм пакета поместить в общий джоб для линукса
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.
Пока дебажу, делаю наработки в отдельном файле. Как только отработаю корректную сборку, объединю с основным файлом
…nto building_project_on_linux_arm # Conflicts: # .github/workflows/build_linux_arm64.yml # build/linux/installqt.sh # build/linux/makelinux.sh
…y improved. .sh scripts are combined into one file. Added error handling when calling non-existent dependencies. Removed extra code.
403a655
to
6fc6116
Compare
No description provided.