mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
switch pkg to only build linux x64 and arm64 binaries
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -34,9 +34,8 @@
|
|||||||
"server/index.cjs"
|
"server/index.cjs"
|
||||||
],
|
],
|
||||||
"targets": [
|
"targets": [
|
||||||
"node18-macos-x64",
|
|
||||||
"node18-linux-x64",
|
"node18-linux-x64",
|
||||||
"node18-win-x64"
|
"node18-linux-arm64"
|
||||||
],
|
],
|
||||||
"outputPath": "dist"
|
"outputPath": "dist"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user