From bf051cc8f48e4725a7bff1acb2a1ebe76216be5b Mon Sep 17 00:00:00 2001 From: Jan Baudisch Date: Sun, 13 Oct 2024 22:50:04 +0200 Subject: [PATCH] fix(ci): remove portable workflow --- .github/workflows/Portable.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/Portable.yaml 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