File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- runs-on : [ubuntu-latest, ubuntu-24.04-arm]
9+ # runs-on: [ubuntu-latest, ubuntu-24.04-arm]
10+ # wait times for `-arm` are insane. Let's see how
11+ # good cross-compilation works with nix
12+ runs-on : [ubuntu-latest]
1013 permissions :
1114 contents : write # write required for action-gh-release
1215 id-token : write
@@ -23,11 +26,11 @@ jobs:
2326 # `cannot write uid_map: Operation not permitted`
2427 # - name: Test appimage
2528 # run: ./result --help
26- - name : Rename AppImage
27- if : startsWith(github.ref, 'refs/tags/')
28- run : cp ./result isd.${{ runner.arch }}.AppImage
29- - name : Release AppImage
30- uses : softprops/action-gh-release@v2
31- if : startsWith(github.ref, 'refs/tags/')
32- with :
33- files : isd.${{ runner.arch}}.AppImage
29+ # - name: Rename AppImage
30+ # if: startsWith(github.ref, 'refs/tags/')
31+ # run: cp ./result isd.${{ runner.arch }}.AppImage
32+ # - name: Release AppImage
33+ # uses: softprops/action-gh-release@v2
34+ # if: startsWith(github.ref, 'refs/tags/')
35+ # with:
36+ # files: isd.${{ runner.arch}}.AppImage
You can’t perform that action at this time.
0 commit comments