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: steps:
- name: Check out Git repository - name: Check out Git repository
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
ref: master
- name: Install Node.js - name: Install Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- name: Install dependencies - name: Install dependencies
run: npm i run: npm i

View File

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