Skip to content

Commit 117c122

Browse files
committed
ci: add musl images to the weekly snapshots
1 parent 6854cb3 commit 117c122

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-images.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@ jobs:
1414
matrix:
1515
platform:
1616
- aarch64-linux-gnu
17+
- aarch64-linux-musl
1718
- arm-linux-gnu
19+
- arm-linux-musl
1820
- arm64-darwin
21+
- jruby
1922
- x64-mingw-ucrt
2023
- x64-mingw32
2124
- x86-linux-gnu
25+
- x86-linux-musl
2226
- x86-mingw32
2327
- x86_64-darwin
2428
- x86_64-linux-gnu
25-
- jruby
29+
- x86_64-linux-musl
2630
runs-on: ubuntu-latest
2731
steps:
2832
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)