Skip to content

Commit

Permalink
fixup! DBG single arch action
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Sep 19, 2022
1 parent 219deb8 commit 2f59e94
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,10 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
arch: "x86_64"
use_qemu: false
- os: ubuntu-20.04
arch: "i686"
use_qemu: false
# QEMU using builds take too long on Github
- os: self-hosted
arch: "aarch64"
use_qemu: true
- os: ubuntu-20.04
arch: "ppc64le"
use_qemu: true
- os: ubuntu-20.04
arch: "s390x"
use_qemu: true
- os: windows-2019
arch: "AMD64"
use_qemu: false
- os: windows-2019
arch: "x86"
use_qemu: false
- os: macos-12
arch: "universal2"
use_qemu: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2f59e94

Please sign in to comment.