Skip to content

Commit 78e7100

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents f5feff5 + 6a3fa21 commit 78e7100

File tree

4 files changed

+473
-398
lines changed

4 files changed

+473
-398
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
artifact-name: cadt-linux-x64
2828
build-command: npm run create-linux-x64-dist
2929
sqlite-path: ./node_modules/sqlite3/build/Release/
30-
- runs-on: [Linux, ARM64]
30+
- runs-on: ubuntu-24.04-arm
3131
artifact-name: cadt-linux-arm64
3232
build-command: npm run create-linux-arm64-dist
3333
sqlite-path: ./node_modules/sqlite3/build/Release/
@@ -278,13 +278,13 @@ jobs:
278278
CADT_VERSION: ${{ steps.tag-name.outputs.TAGNAME }}
279279
PLATFORM: ${{ matrix.platform }}
280280
run: |
281-
pip install j2cli
281+
pip install jinjanator
282282
CLI_DEB_BASE="cadt_${{ steps.tag-name.outputs.TAGNAME }}-1_${PLATFORM}"
283283
mkdir -p "deb/$CLI_DEB_BASE/opt/cadt"
284284
mkdir -p "deb/$CLI_DEB_BASE/usr/bin"
285285
mkdir -p "deb/$CLI_DEB_BASE/etc/systemd/system"
286286
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
288288
cp -r ${{ matrix.name }}/* "deb/$CLI_DEB_BASE/opt/cadt/"
289289
cp build-scripts/deb/cadt@.service deb/$CLI_DEB_BASE/etc/systemd/system/cadt@.service
290290
chmod +x deb/$CLI_DEB_BASE/opt/cadt/cadt

0 commit comments

Comments
 (0)