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 a3f74b9 commit 8606685
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/buid.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
on:
workflow_dispatch:
name: build
name: build and release
permissions:
contents: write
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest,windows-latest, macos-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
# os: [ubuntu-latest]
host: [x64]
target: [x64]
node: [20]
# include:
# - os: windows-latest
# host: x86
# target: x86
# node: 20
# - os: macos-m1
# 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
name: os=${{ matrix.os }} host=${{ matrix.host }}, target=${{ matrix.target }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8606685

Please sign in to comment.