Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 3 additions & 0 deletions .github/workflows/_job_cx-freeze-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
fail-fast: false
matrix:
include:
- arch: arm64
pyarch: arm64
os: ubuntu-22.04-arm
- arch: x86_64
pyarch: x64
os: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
version: ${{ inputs.prerelease && needs.version.outputs.version || github.ref_name }}
file1: Rare-${{ needs.version.outputs.version }}-x86_64.AppImage
file2: Rare-${{ needs.version.outputs.version }}-x86_64.AppImage.zsync
file3: Rare-${{ needs.version.outputs.version }}-arm64.AppImage
file4: Rare-${{ needs.version.outputs.version }}-arm64.AppImage.zsync

cx-freeze-dmg:
if: ${{ true }}
Expand Down
Loading