Removed some build targets
This commit is contained in:
@@ -12,31 +12,17 @@ jobs:
|
||||
node-version: [18]
|
||||
runtime:
|
||||
- linux-x64
|
||||
- linux-armv7l
|
||||
- linux-arm64
|
||||
- win-x64
|
||||
- win-arm64
|
||||
- osx-x64
|
||||
|
||||
include:
|
||||
- runtime: linux-x64
|
||||
os: ubuntu-latest
|
||||
|
||||
- runtime: linux-armv7l
|
||||
os: ubuntu-latest
|
||||
|
||||
- runtime: linux-arm64
|
||||
os: ubuntu-latest
|
||||
|
||||
- runtime: osx-x64
|
||||
os: macOS-latest
|
||||
|
||||
- runtime: win-x64
|
||||
os: windows-latest
|
||||
|
||||
- runtime: win-arm64
|
||||
os: windows-latest
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user