diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c91f46f..2f417e8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,11 +130,10 @@ jobs: - linux/arm64 variant: - bullseye - - alpine3.15 + - alpine include: # musl x64 builds - target: linux/amd64 - variant: alpine3.15 name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }}) steps: - uses: actions/checkout@v3