diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0debd5d7e..e6a00b4eb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -913,6 +913,7 @@ jobs: - x86_64-unknown-netbsd # skip-pr skip-main - x86_64-unknown-illumos # skip-pr skip-main - powerpc-unknown-linux-gnu # skip-pr skip-main + - powerpc64-unknown-linux-musl # skip-pr skip-main - powerpc64le-unknown-linux-gnu # skip-pr skip-main - powerpc64le-unknown-linux-musl # skip-pr skip-main - s390x-unknown-linux-gnu # skip-pr skip-main diff --git a/ci/actions-templates/linux-builds-template.yaml b/ci/actions-templates/linux-builds-template.yaml index bbb71efc91..02fd76155f 100644 --- a/ci/actions-templates/linux-builds-template.yaml +++ b/ci/actions-templates/linux-builds-template.yaml @@ -34,7 +34,7 @@ jobs: # skip-main skip-pr skip-stable - x86_64-unknown-netbsd # skip-pr skip-main - x86_64-unknown-illumos # skip-pr skip-main - powerpc-unknown-linux-gnu # skip-pr skip-main - - powerpc64-unknown-linux-musl # skip-pr skip-main skip-stable + - powerpc64-unknown-linux-musl # skip-pr skip-main - powerpc64le-unknown-linux-gnu # skip-pr skip-main - powerpc64le-unknown-linux-musl # skip-pr skip-main - s390x-unknown-linux-gnu # skip-pr skip-main