Merge pull request 'Remove unused Just command' (#4) from feat/plugin-architecture into master
All checks were successful
build Build for the target platform

Reviewed-on: #4
This commit is contained in:
Lucas Schwiderski 2025-05-08 23:09:40 +02:00
commit 75b1ddad1a
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

@ -76,15 +76,6 @@ compile-docker:
{{image_name}} \
cargo build -Zbuild-std --target x86_64-pc-windows-msvc {{ if release != "false" { "--release" } else { "" } }}
fakeloader action="":
docker run \
--rm \
-t \
--user "$(id -u):$(id -g)" \
-v ./fakeloader:/work \
dockcross/windows-shared-x64 \
make {{action}}
set-base-pipeline:
fly -t {{fly_target}} set-pipeline \
--pipeline dt-p2p \