1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-16 19:50:37 +01:00

ci: manual creation of arm64 linux artifacts

This commit is contained in:
Fabio Di Stasio 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"
]
}