Skip to content

Commit 40aa65a

Browse files
authored
Merge pull request #116 from rake-compiler/flavorjones-generate-musl-snapshots
ci: add musl images to the weekly snapshots
2 parents 6854cb3 + 117c122 commit 40aa65a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-images.yml

+5-1
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)