Add Linux ARM64 leg to the workshop release workflow - #15
Closed
jasonbrazeal wants to merge 1 commit into
Closed
Conversation
jasonbrazeal
force-pushed
the
add-arm-linux-release
branch
2 times, most recently
from
September 3, 2026 21:55
57f9df9 to
1b73b4e
Compare
The workshop installers are now built for ARM64 Linux. A `linux-arm` entry joins the build and test matrices of `release-workshop.yml` and the build matrix of `nightly.yml` on `ubuntu-22.04-arm`, and the release steps collect and verify its signed artifacts. - The `Add the Rust target` steps now fire only on `macos-arm` and `macos-intel`; the Tauri package installs and `Install and check (Linux)` use `startsWith(matrix.name, 'linux')` so both Linux legs run them. - The minisign signature check expects `workshop-linux-arm/*.AppImage.sig` under `linux-aarch64`; the evergreen dist gains `PromptForge-arm64.deb` and `PromptForge-arm64.AppImage`. - The nightly workflow has no install-test job, so its arm64 installers publish untested, as the existing legs do.
jasonbrazeal
force-pushed
the
add-arm-linux-release
branch
from
September 4, 2026 15:19
1b73b4e to
c75e4d8
Compare
Member
|
Cherry pick this into master please |
Contributor
Author
|
closing...this was pushed directly to master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The release workflow now builds and tests the Workshop desktop installers on ARM64 Linux. A
linux-armentry joins the build and test matrices onubuntu-22.04-arm, and the release steps collect and verify its signed artifacts.Add the Rust targetstep now fires only onmacos-armandmacos-intel; the Tauri package install and theInstall and check (Linux)step usestartsWith(matrix.name, 'linux')so both Linux legs run them.workshop-linux-arm/*.AppImage.sigunderlinux-aarch64.PromptForge-arm64.debandPromptForge-arm64.AppImage; the header comment now counts seven installers.