diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e296c5..320fe3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,24 +101,24 @@ jobs: os: ubuntu-20.04, use-cross: true, } - # - { - # target: arm-unknown-linux-gnueabi, - # arch: armel, - # os: ubuntu-20.04, - # use-cross: true, - # } - # - { - # target: arm-unknown-linux-gnueabihf, - # arch: armhf, - # os: ubuntu-20.04, - # use-cross: true, - # } - # - { - # target: armv7-unknown-linux-gnueabihf, - # arch: armhf, - # os: ubuntu-20.04, - # use-cross: true, - # } + - { + target: arm-unknown-linux-gnueabi, + arch: armel, + os: ubuntu-20.04, + use-cross: true, + } + - { + target: arm-unknown-linux-gnueabihf, + arch: armhf, + os: ubuntu-20.04, + use-cross: true, + } + - { + target: armv7-unknown-linux-gnueabihf, + arch: armhf, + os: ubuntu-20.04, + use-cross: true, + } - { target: aarch64-unknown-linux-gnu, arch: arm64, @@ -131,11 +131,8 @@ jobs: os: ubuntu-20.04, use-cross: true, } - ## - ## NOTE: cannot build for Windows since cyclocut was not ported to Windows. - ## - # - { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 } - # - { target: x86_64-pc-windows-gnu , arch: win64 , os: windows-2019 } + - { target: x86_64-pc-windows-msvc, arch: win64, os: windows-2019 } + - { target: x86_64-pc-windows-gnu , arch: win64 , os: windows-2019 } steps: - name: Checkout source code uses: actions/checkout@v2