1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

ci: manual creation of arm64 linux artifacts

This commit is contained in:
2023-09-17 23:56:05 +02:00
parent 5934d3a990
commit 495e48625c
2 changed files with 3 additions and 3 deletions

View File

@@ -9,11 +9,13 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v3
with:
ref: master
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm i

View File

@@ -67,7 +67,6 @@
"target": "deb",
"arch": [
"x64",
"arm64",
"armv7l"
]
},
@@ -75,7 +74,6 @@
"target": "AppImage",
"arch": [
"x64",
"arm64",
"armv7l"
]
}