Skip to content

Commit

Permalink
add targets to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Oct 30, 2023
1 parent 0c52a4a commit 44283f6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,33 +65,33 @@ jobs:
fail-fast: false
matrix:
include:
# - os: windows-latest
# target: win32-x64
# npm_config_arch: x64
# - os: windows-latest
# target: win32-ia32
# npm_config_arch: ia32
# - os: windows-latest
# target: win32-arm64
# npm_config_arch: arm
# - os: ubuntu-latest
# target: linux-x64
# npm_config_arch: x64
# - os: ubuntu-latest
# target: linux-arm64
# npm_config_arch: arm64
# - os: ubuntu-latest
# target: linux-armhf
# npm_config_arch: arm
- os: windows-latest
target: win32-x64
npm_config_arch: x64
- os: windows-latest
target: win32-ia32
npm_config_arch: ia32
- os: windows-latest
target: win32-arm64
npm_config_arch: arm
- os: ubuntu-latest
target: linux-x64
npm_config_arch: x64
- os: ubuntu-latest
target: linux-arm64
npm_config_arch: arm64
- os: ubuntu-latest
target: linux-armhf
npm_config_arch: arm
- os: ubuntu-latest
target: alpine-x64
npm_config_arch: x64
- os: macos-latest
target: darwin-x64
npm_config_arch: x64
# - os: macos-latest
# target: darwin-arm64
# npm_config_arch: arm64
- os: macos-latest
target: darwin-arm64
npm_config_arch: arm64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 44283f6

Please sign in to comment.