terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove aarch64 linux because it doesn't seem to work

+17 -17
+17 -17
.github/workflows/build-nix.yml
··· 61 61 name: jj_tui_linux 62 62 path: result/bin/jj_tui 63 63 64 - linux-aarch64: 65 - strategy: 66 - fail-fast: false 67 - runs-on: ubuntu-24.04-arm 68 - timeout-minutes: 120 69 - steps: 70 - - *checkout 71 - - *nix_install 72 - - *nix_cache 73 - - run: nix build .#static 74 - - name: Archive production artifacts 75 - uses: actions/upload-artifact@v4 76 - with: 77 - name: jj_tui_linux-aarch64 78 - path: result/bin/jj_tui 64 + # linux-aarch64: 65 + # strategy: 66 + # fail-fast: false 67 + # runs-on: ubuntu-24.04-arm 68 + # timeout-minutes: 120 69 + # steps: 70 + # - *checkout 71 + # - *nix_install 72 + # - *nix_cache 73 + # - run: nix build .#static 74 + # - name: Archive production artifacts 75 + # uses: actions/upload-artifact@v4 76 + # with: 77 + # name: jj_tui_linux-aarch64 78 + # path: result/bin/jj_tui 79 79 macos: 80 80 strategy: 81 81 fail-fast: false ··· 115 115 contents: write 116 116 discussions: write 117 117 runs-on: ubuntu-latest 118 - needs: [macos, linux, macos-x86, linux-aarch64] 118 + needs: [macos, linux, macos-x86] 119 119 name: release if tag 120 120 steps: 121 121 - name: Download artifacts ··· 126 126 with: 127 127 files: | 128 128 jj_tui_linux/jj_tui 129 - jj_tui_linux-aarch64/jj_tui 129 + # jj_tui_linux-aarch64/jj_tui 130 130 jj_tui_macos/jj_tui 131 131 jj_tui_macos-x86/jj_tui