File tree Expand file tree Collapse file tree 4 files changed +473
-398
lines changed Expand file tree Collapse file tree 4 files changed +473
-398
lines changed Original file line number Diff line number Diff line change 27
27
artifact-name : cadt-linux-x64
28
28
build-command : npm run create-linux-x64-dist
29
29
sqlite-path : ./node_modules/sqlite3/build/Release/
30
- - runs-on : [Linux, ARM64]
30
+ - runs-on : ubuntu-24.04-arm
31
31
artifact-name : cadt-linux-arm64
32
32
build-command : npm run create-linux-arm64-dist
33
33
sqlite-path : ./node_modules/sqlite3/build/Release/
@@ -278,13 +278,13 @@ jobs:
278
278
CADT_VERSION : ${{ steps.tag-name.outputs.TAGNAME }}
279
279
PLATFORM : ${{ matrix.platform }}
280
280
run : |
281
- pip install j2cli
281
+ pip install jinjanator
282
282
CLI_DEB_BASE="cadt_${{ steps.tag-name.outputs.TAGNAME }}-1_${PLATFORM}"
283
283
mkdir -p "deb/$CLI_DEB_BASE/opt/cadt"
284
284
mkdir -p "deb/$CLI_DEB_BASE/usr/bin"
285
285
mkdir -p "deb/$CLI_DEB_BASE/etc/systemd/system"
286
286
mkdir -p "deb/$CLI_DEB_BASE/DEBIAN"
287
- j2 -o "deb/$CLI_DEB_BASE/DEBIAN/control" build-scripts/deb/control.j2
287
+ jinjanate -o "deb/$CLI_DEB_BASE/DEBIAN/control" build-scripts/deb/control.j2
288
288
cp -r ${{ matrix.name }}/* "deb/$CLI_DEB_BASE/opt/cadt/"
289
289
cp build-scripts/deb/cadt@.service deb/$CLI_DEB_BASE/etc/systemd/system/cadt@.service
290
290
chmod +x deb/$CLI_DEB_BASE/opt/cadt/cadt
You can’t perform that action at this time.
0 commit comments