diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a56290a..8a4645c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,6 +120,7 @@ jobs: BUILD_TYPE=${{ matrix.build_type }} WIBO_VERSION=${{ steps.version.outputs.wibo_version }} target: export + platforms: ${{ matrix.platform || 'linux/amd64' }} outputs: | type=local,dest=dist diff --git a/Dockerfile b/Dockerfile index 0c70ce0..d56902b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apk add --no-cache \ clang-dev \ cmake \ coreutils \ + gcc \ git \ linux-headers \ lld \ @@ -16,6 +17,7 @@ RUN apk add --no-cache \ make \ mingw-w64-binutils \ mingw-w64-gcc \ + musl-dev \ ninja \ python3