diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9fe77a..c63294d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,16 +47,12 @@ jobs: arch: "i686" use_qemu: false skip: "*musllinux*" - # These take too long to build on Github - #- os: ubuntu-20.04 - #arch: "aarch64" - #use_qemu: true - #- os: ubuntu-20.04 - #arch: "ppc64le" - #use_qemu: true - #- os: ubuntu-20.04 - #arch: "s390x" - #use_qemu: true + - os: self-hosted + arch: "aarch64" + use_qemu: true + - os: self-hosted + arch: "ppc64le" + use_qemu: true - os: windows-2022 arch: "AMD64" use_qemu: false