This commit is contained in:
Bocki 2022-04-28 11:19:56 +02:00
parent b12068189e
commit 973cfbf787
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ build-deemix:
- cd src
- export DEEMIX_BUILD_SHA=$(curl https://deemix.app/gui/latest | rev | cut -c1-10 | rev)
- git reset --hard --recurse-submodules $DEEMIX_BUILD_SHA
- jq '.pkg.targets = ["node16-linuxstatic-x64","node16-linuxstatic-arm64","node16-linuxstatic-armv7"]' src/server/package.json > tmp.$$.json && mv tmp.$$.json src/server/package.json
- jq '.pkg.targets = ["node16-linuxstatic-x64","node16-linuxstatic-arm64","node16-linuxstatic-armv7"]' server/package.json > tmp.$$.json && mv tmp.$$.json server/package.json
- ls -alh
- yarn config set network-timeout 1000000 -g
- yarn add pkg@latest

View File

@ -1 +1 @@
2022.4.27-r201.dedb938bd5
reset