From 4c6a3f091ea2f0105c29ee00e26c13bdbcf53206 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 27 Nov 2022 23:41:18 +0800 Subject: [PATCH] Revert Alpine CI change GitHub Actions can't run properly: OCI runtime exec failed: exec failed: unable to start container process: exec /__e/node16_alpine/bin/node: no such file or directory: unknown --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 471a2c9a6..b6265fc3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -278,16 +278,11 @@ jobs: name: Test Alpine Linux if: github.event_name != 'pull_request' runs-on: ubuntu-latest - strategy: - matrix: - container: - - amd64/alpine:latest - - i386/alpine:latest env: RUST_BACKTRACE: '1' CARGO_INCREMENTAL: '0' CARGO_TERM_COLOR: always - container: ${{ matrix.container }} + container: alpine:latest steps: - uses: actions/checkout@v3 - name: Install build requirements