Skip to content

Debian builds for ARM64 and Linux x64 #2714

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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update build.yml
  • Loading branch information
neochaos42 authored Apr 19, 2025
commit ad88b6987e38915c45ca73d65c53e3e7d9cd8340
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ env:
name: Linux_X86-64_zip
- path: '*Linux_64bit.AppImage'
name: Linux_X86-64_app_image
- path: '*Linux_64bit.deb'
name: Linux_64bit.deb
- config:
name: macOS x86
runs-on: macos-13
Expand Down Expand Up @@ -144,7 +146,8 @@ env:
- path: '*Linux_arm64.zip'
name: Linux_arm64_zip
- path: '*Linux_arm64.AppImage'
name: Linux_arm64_app_image
- path: '*Linux_arm64.deb'
name: Linux_arm64.deb
PAID_RUNNER_BUILD_DATA: |
# This system was implemented to allow selective use of paid GitHub-hosted runners, due to the Apple Silicon runner
# incurring a charge at that time. Free Apple Silicon runners are now available so the configuration was moved to
Expand Down