diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a481c0a..cd49935 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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