8000 Debian builds for ARM64 and Linux x64 by neochaos42 · Pull Request #2714 · arduino/arduino-ide · GitHub
[go: up one dir, main page]

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
Next Next commit
Update build.yml
  • Loading branch information
neochaos42 authored Apr 19, 2025
commit a114c6fc78ff8773a162148b42e8154a65d5406a
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ env:
- path: '*Linux_64bit.AppImage'
name: Linux_X86-64_app_image
- path: '*Linux_64bit.deb'
name: Linux_64bit.deb
name: Linux_64bit_deb
- config:
name: macOS x86
runs-on: macos-13
Expand Down Expand Up @@ -146,8 +146,9 @@ 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
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
Loading
0