Skip to content

Commit

Permalink
tech: include arm builds of rust tools
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Sep 10, 2024
1 parent f51e358 commit a5c74d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
(matrix.os == 'ubuntu-22.04' && 'linux-AppImage-x64') }}
path: ${{ (matrix.os == 'windows-2022' && 'dist/Heroic*.exe' ) ||
(matrix.os == 'macos-12' && 'dist/Heroic*x64.dmg' ) ||
(matrix.os == 'ubuntu-22.04' && 'dist/Heroic*x64.AppImage') }}
(matrix.os == 'ubuntu-22.04' && 'dist/Heroic*64.AppImage') }}
retention-days: 14
- name: Upload linux ARM version
uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion meta/downloadHelperBinaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ async function downloadComet() {
win32: 'comet-x86_64-pc-windows-msvc.exe'
},
arm64: {
darwin: 'comet-aarch64-apple-darwin'
darwin: 'comet-aarch64-apple-darwin',
linux: 'comet-aarch64-unknown-linux-gnu'
}
})
])
Expand Down
Binary file added public/bin/arm64/linux/vulkan-helper
Binary file not shown.

0 comments on commit a5c74d3

Please sign in to comment.