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 committed Apr 19, 2025
commit 7f801fae162fdc303c35c33f185244ef8c3e582c
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ env:
name: Windows_X86-64_MSI
- path: '*Windows_64bit.zip'
name: Windows_X86-64_zip

- config:
name: Linux
runs-on: ubuntu-latest
Expand All @@ -103,6 +104,7 @@ env:
name: Linux_X86-64_app_image
- path: '*Linux_64bit.deb'
name: Linux_64bit_deb

- config:
name: macOS x86
runs-on: macos-13
Expand All @@ -120,6 +122,7 @@ env:
name: macOS_X86-64_dmg
- path: '*macOS_64bit.zip'
name: macOS_X86-64_zip

- config:
name: macOS ARM
runs-on: macos-latest
Expand All @@ -135,6 +138,7 @@ env:
name: macOS_arm64_dmg
- path: '*macOS_arm64.zip'
name: macOS_arm64_zip

- config:
name: ARM Ubuntu 22.04
runs-on: ubuntu-22.04-arm
Expand Down
Loading