mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
another fix pkg.target
This commit is contained in:
parent
8b7708b753
commit
c57a933581
@ -30,7 +30,7 @@ build-deemix:
|
|||||||
- apt update && apt install -y --no-install-recommends zip git curl jq
|
- apt update && apt install -y --no-install-recommends zip git curl jq
|
||||||
- git clone --depth=1 https://gitlab.com/RemixDev/deemix-gui.git --recursive src
|
- git clone --depth=1 https://gitlab.com/RemixDev/deemix-gui.git --recursive src
|
||||||
# Patching pkg.targets to our need
|
# Patching pkg.targets to our need
|
||||||
- jq '.pkg.targets = ["node16-linuxstatic-x64","node16-linuxstatic-arm64","node16-linuxstatic-armv7"]' deemix-gui/server/package.json > tmp.$$.json && mv tmp.$$.json src/server/package.json
|
- 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
|
||||||
# Set cache path yarn
|
# Set cache path yarn
|
||||||
- yarn config set cache-folder yarn-cache
|
- yarn config set cache-folder yarn-cache
|
||||||
# copy deemix-gui src to cached folder
|
# copy deemix-gui src to cached folder
|
||||||
|
Loading…
Reference in New Issue
Block a user