Skip to content

Commit

Permalink
further limit what to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Sep 7, 2024
1 parent c932db8 commit 22f7e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
settings:
- host: macos-latest
target: aarch64-apple-darwin
build: npm run build -- --target x86_64-apple-darwin
build: npm run build -- --target aarch64-apple-darwin
name: stable - ${{ matrix.settings.target }} - node@20
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,7 @@
"name": "bslive",
"triples": {
"additional": [
"aarch64-apple-darwin",
"aarch64-linux-android",
"aarch64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-unknown-linux-gnueabihf",
"armv7-unknown-linux-musleabihf",
"x86_64-unknown-linux-musl",
"x86_64-unknown-freebsd",
"i686-pc-windows-msvc",
"armv7-linux-androideabi",
"universal-apple-darwin",
"riscv64gc-unknown-linux-gnu"
"aarch64-apple-darwin"
]
}
},
Expand Down

0 comments on commit 22f7e97

Please sign in to comment.