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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
neochaos42 committed Apr 19, 2025
commit 2928f5eafbfce90c30e42a8109bd7070f6250b9a
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ env:
- path: '*Linux_64bit.AppImage'
name: Linux_X86-64_app_image
- path: '*Linux_64bit.deb'
name: Linux_64bit_deb
name: Linux_X86-64_deb

- config:
name: macOS x86
Expand Down Expand Up @@ -138,7 +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