Skip to content

Commit

Permalink
build package
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyszyx committed Aug 29, 2024
1 parent 0c52d4c commit 34efec7
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .github/workflows/buid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [macos-latest]
host: [x64]
target: [x64]
os: [macos-latest]
host: [arm64]
target: [arm64]
node: [20]
include:
- os: windows-latest
host: x86
target: x86
node: 20
- os: macos-m1
host: arm64
target: arm64
node: 20
# matrix:
# os: [ubuntu-latest, windows-latest, macos-latest]
# host: [x64]
# target: [x64]
# node: [20]
# include:
# - os: windows-latest
# host: x86
# target: x86
# node: 20
# - os: macos-latest
# host: arm64
# target: arm64
# node: 20
name: os=${{ matrix.os }} host=${{ matrix.host }}, target=${{ matrix.target }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 34efec7

Please sign in to comment.