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.

added macos x86 builder

authored by

Eli Dowling and committed by
GitHub
eb63cb4d 44fc8f60

+21
+21
.github/workflows/build-nix.yml
··· 53 53 with: 54 54 name: jj_tui_macos 55 55 path: jj_tui_macos-aarch64.tar.gz 56 + 57 + macos-x86: 58 + strategy: 59 + fail-fast: false 60 + runs-on: macos-13 61 + timeout-minutes: 15 62 + 63 + steps: 64 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 65 + with: 66 + fetch-depth: 0 67 + - uses: DeterminateSystems/nix-installer-action@8cdf194da984e4f12b2f8c36d1fa107c1dd67f5c 68 + - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 69 + - run: nix build 70 + - name: Create tar.gz 71 + run: tar -czvf jj_tui_macos-x86_64.tar.gz -C result/bin jj_tui 72 + - name: Archive production artifacts 73 + uses: actions/upload-artifact@v4 74 + with: 75 + name: jj_tui_macos 76 + path: jj_tui_macos-x86_64.tar.gz 56 77 57 78 release: 58 79 permissions: