diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-11-22 14:13:58 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-11-22 14:13:58 -0700 |
| commit | b3b507ad8fa9af02b76e2ba2f46d55a771c00895 (patch) | |
| tree | aed05b6925497dd6f1dce752c41af73a81a9a844 /.github | |
| parent | 942a1044576a84dd337df575ae5b742366fc104f (diff) | |
| download | zig-b3b507ad8fa9af02b76e2ba2f46d55a771c00895.tar.gz zig-b3b507ad8fa9af02b76e2ba2f46d55a771c00895.zip | |
CI: disable building tarballs; x86 self-hosted
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae5f6c6fb2..1b4f119ec0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,29 +57,3 @@ jobs: uses: actions/checkout@v3 - name: Build and Test run: ./ci/macos/build-aarch64.sh - build-tarballs: - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} - runs-on: ubuntu-latest - needs: - - x86_64-linux-debug - - x86_64-linux-release - - x86_64-macos - - x86_64-windows - - aarch64-linux - - aarch64-macos - env: - ZIG_VERSION: "${{ needs.x86_64-linux-debug.outputs.version }}" - steps: - - name: Checkout - uses: actions/checkout@v3 - - uses: webfactory/ssh-agent@v0.6.0 - with: - ssh-private-key: ${{ secrets.WEBSITE_CI_PUSH_SSH_KEY }} - - name: Set AWS credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: eu-west-1 - - name: Build Tarballs - run: sh ./ci/linux/build-tarballs.sh |
