Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
chore(release.ci): don't release for windows aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 21, 2023
1 parent d39f987 commit 1e33cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- { OS: ubuntu-latest, TARGET: "aarch64-unknown-linux-musl" }
- { OS: macos-latest, TARGET: "x86_64-apple-darwin" }
- { OS: macos-latest, TARGET: "aarch64-apple-darwin" }
- { OS: windows-latest, TARGET: "x86_64-pc-windows-msvc" }
- { OS: windows-latest, TARGET: "i686-pc-windows-msvc" }
# - { OS: windows-latest, TARGET: "x86_64-pc-windows-msvc" }
# - { OS: windows-latest, TARGET: "i686-pc-windows-msvc" }

steps:
- name: Checkout the repository
Expand Down

0 comments on commit 1e33cdc

Please sign in to comment.