Skip to content

Commit 23b808a

Browse files
committed
feat(workflow): add musl build for alpine container
1 parent bb81148 commit 23b808a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
build:
1313
runs-on: ${{ matrix.os }}
14+
container: ${{ matrix.container && matrix.container || '' }}
1415
name: ${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }} build${{ matrix.arch != 'arm64-v8a' && matrix.name != 'ios-sim' && matrix.name != 'ios' && matrix.name != 'wasm' && matrix.name != 'apple-xcframework' && ' + test' || ''}}
1516
timeout-minutes: 20
1617
strategy:
@@ -49,6 +50,9 @@ jobs:
4950
- os: macos-latest
5051
name: apple-xcframework
5152
make: xcframework
53+
- os: ubuntu-latest
54+
name: musl
55+
container: alpine:latest
5256

5357
defaults:
5458
run:

0 commit comments

Comments
 (0)