We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a02fa commit b666b1fCopy full SHA for b666b1f
.github/workflows/ci.yml
@@ -583,6 +583,12 @@ jobs:
583
- name: dist-x86_64-linux
584
os: ubuntu-20.04-xl
585
env: {}
586
+ - name: dist-i586-gnu-i586-i686-musl
587
+ os: ubuntu-20.04-xl
588
+ env: {}
589
+ - name: dist-x86_64-musl
590
591
592
timeout-minutes: 600
593
runs-on: "${{ matrix.os }}"
594
steps:
src/ci/github-actions/ci.yml
@@ -747,6 +747,10 @@ jobs:
747
- &dist-x86_64-linux
748
name: dist-x86_64-linux
749
<<: *job-linux-xl
750
751
+ <<: *job-linux-xl
752
753
754
755
master:
756
name: master
0 commit comments