Skip to content

Commit

Permalink
[ci] re-enable some qemu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Mar 18, 2024
1 parent 9a4dcdf commit fc8fd02
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc8fd02

Please sign in to comment.