Skip to content

Commit

Permalink
remove windows builds
Browse files Browse the repository at this point in the history
failing to build ring

Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Oct 18, 2023
1 parent 3a9f516 commit 202be80
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- linux-arm64-gnu
- mac-x86-64
- mac-arm64
- windows-x86-64
- windows-arm64
include:
- name: linux-x86-64-gnu
os: ubuntu-20.04
Expand Down Expand Up @@ -56,18 +54,6 @@ jobs:
cross: true
experimental: true

- name: windows-x86-64
os: windows-latest
target: x86_64-pc-windows-msvc
cross: false
experimental: false

- name: windows-arm64
os: windows-latest
target: aarch64-pc-windows-msvc
cross: true
experimental: true

name: Binaries for ${{ matrix.name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -132,21 +118,13 @@ jobs:
set -euxo pipefail
dst="kopium-${{ matrix.target }}"
tar cavf "$dst.tar.xz" "$dst"
- name: Archive (zip)
if: startsWith(matrix.name, 'windows-')
shell: bash
run: |
set -euxo pipefail
dst="kopium-${{ matrix.target }}"
7z a "$dst.zip" "$dst"
- uses: actions/upload-artifact@v3
with:
name: builds
retention-days: 1
path: |
kopium-*.tar.xz
kopium-*.zip
sign:
needs: build
Expand Down Expand Up @@ -179,5 +157,4 @@ jobs:
fail_on_unmatched_files: true
files: |
kopium-*.tar.xz
kopium-*.zip
*SUMS*

0 comments on commit 202be80

Please sign in to comment.