diff --git a/.github/workflows/Portable.yaml b/.github/workflows/Portable.yaml deleted file mode 100644 index 1336edcc..00000000 --- a/.github/workflows/Portable.yaml +++ /dev/null @@ -1,28 +0,0 @@ -name: Portable - -on: - - push - -jobs: - Build: - strategy: - fail-fast: false - matrix: - target: - - double: x86_64-linux - runner: ubuntu-latest - runs-on: ${{ matrix.target.runner }} - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Nix - uses: DeterminateSystems/nix-installer-action@v10 - - name: Cache - uses: DeterminateSystems/magic-nix-cache-action@v4 - - name: Bundle - run: nix bundle --bundler github:DavHau/nix-portable -o bundle - - name: Upload - uses: actions/upload-artifact@v4 - with: - name: d4-${{ matrix.target.double }}-portable - path: bundle