Skip to content

Commit

Permalink
misc: add new build
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Nov 29, 2023
1 parent 8800e86 commit b21ee8a
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,46 +72,46 @@ jobs:
rust: nightly
target: x86_64-unknown-linux-musl
strip: x86_64-linux-musl-strip
# - build: stable-x86
# os: ubuntu-latest
# rust: stable
# target: i686-unknown-linux-gnu
# strip: x86_64-linux-gnu-strip
# qemu: i386
# - build: stable-aarch64
# os: ubuntu-latest
# rust: stable
# target: aarch64-unknown-linux-gnu
# strip: aarch64-linux-gnu-strip
# qemu: qemu-aarch64
# - build: stable-powerpc64
# os: ubuntu-latest
# rust: stable
# target: powerpc64-unknown-linux-gnu
# strip: powerpc64-linux-gnu-strip
# qemu: qemu-ppc64
# - build: stable-s390x
# os: ubuntu-latest
# rust: stable
# target: s390x-unknown-linux-gnu
# strip: s390x-linux-gnu-strip
# qemu: qemu-s390x
# - build: macos
# os: macos-latest
# rust: nightly
# target: x86_64-apple-darwin
# - build: win-msvc
# os: windows-latest
# rust: nightly
# target: x86_64-pc-windows-msvc
# - build: win-gnu
# os: windows-latest
# rust: nightly-x86_64-gnu
# target: x86_64-pc-windows-gnu
# - build: win32-msvc
# os: windows-latest
# rust: nightly
# target: i686-pc-windows-msvc
- build: stable-x86
os: ubuntu-latest
rust: stable
target: i686-unknown-linux-gnu
strip: x86_64-linux-gnu-strip
qemu: i386
- build: stable-aarch64
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
strip: aarch64-linux-gnu-strip
qemu: qemu-aarch64
- build: stable-powerpc64
os: ubuntu-latest
rust: stable
target: powerpc64-unknown-linux-gnu
strip: powerpc64-linux-gnu-strip
qemu: qemu-ppc64
- build: stable-s390x
os: ubuntu-latest
rust: stable
target: s390x-unknown-linux-gnu
strip: s390x-linux-gnu-strip
qemu: qemu-s390x
- build: macos
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: win-msvc
os: windows-latest
rust: nightly
target: x86_64-pc-windows-msvc
- build: win-gnu
os: windows-latest
rust: nightly-x86_64-gnu
target: x86_64-pc-windows-gnu
- build: win32-msvc
os: windows-latest
rust: nightly
target: i686-pc-windows-msvc

steps:
- name: Checkout repository
Expand Down

0 comments on commit b21ee8a

Please sign in to comment.