Fixed Wolfree
This commit is contained in:
parent
eb0fc8f6e4
commit
accdd187a9
@ -45,6 +45,9 @@ jobs:
|
|||||||
mkdir temp
|
mkdir temp
|
||||||
cd temp
|
cd temp
|
||||||
git clone ${REMOTE_REPO} .
|
git clone ${REMOTE_REPO} .
|
||||||
|
# Temp workaround to upgrade to Docusaurus 3
|
||||||
|
git fetch origin pull/4/head:temp
|
||||||
|
git checkout temp
|
||||||
sed -i '/^RUN PATH="$HOME\/.cargo\/bin:$PATH" cargo run --manifest-path \.\/rust\/wolfree_libredirect_patch\/Cargo\.toml -- ;$/s/^#//' Dockerfile # Make Libredirect-compatible
|
sed -i '/^RUN PATH="$HOME\/.cargo\/bin:$PATH" cargo run --manifest-path \.\/rust\/wolfree_libredirect_patch\/Cargo\.toml -- ;$/s/^#//' Dockerfile # Make Libredirect-compatible
|
||||||
docker-buildx build \
|
docker-buildx build \
|
||||||
--platform ${BUILD_PLATFORM} \
|
--platform ${BUILD_PLATFORM} \
|
||||||
|
Loading…
Reference in New Issue
Block a user