This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
790ab85
commit cb8136c
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Cache APT Packages | ||
uses: awalsh128/[email protected] | ||
with: | ||
packages: "build-essential ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev" | ||
packages: "build-essential binfmt-support qemu-user-static ffmpeg tini curl libjemalloc-dev libjemalloc2 uuid-dev libx11-dev libxkbfile-dev execstack libgconf-2-4 libsecret-1-dev" | ||
|
||
- name: Cache node modules | ||
uses: actions/cache@v3 | ||
|
@@ -53,6 +53,10 @@ jobs: | |
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }} | ||
restore-keys: v1-npm-deps- | ||
|
||
- uses: MOZGIII/install-ldid-action@v1 | ||
with: | ||
tag: v2.1.5-procursus2 | ||
|
||
- name: Build | ||
run: | | ||
corepack enable | ||
|
@@ -61,5 +65,5 @@ jobs: | |
npm install -g pkg | ||
pnpm run build | ||
cd packages/backend | ||
pkg --public ./built/boot/entry.js | ||
pkg --debug --public ./built/boot/entry.js --targets latest-linuxstatic-x64,latest-linuxstatic-arm64,latest-macos-x64,latest-macos-arm64,latest-win-x64 | ||
ls |