Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Dec 27, 2023
1 parent fb4f10e commit f488432
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ linuxX64Test:
-e HTTPS_PROXY=host.docker.internal:6152 \
-e ALL_PROXY=host.docker.internal:6153 \
--platform linux/amd64 \
-m 1g \
--cpus=8 \
azul/zulu-openjdk:17-latest \
-m 256m \
--cpus=1 \
ubuntu \
bash
sleep 1
-docker exec linuxX64Test build/bin/linuxX64/debugTest/test.kexe
Expand All @@ -41,9 +41,9 @@ linuxArm64Test:
-e HTTPS_PROXY=host.docker.internal:6152 \
-e ALL_PROXY=host.docker.internal:6153 \
--platform linux/arm64 \
-m 1g \
--cpus=8 \
azul/zulu-openjdk:17-latest \
-m 256m \
--cpus=1 \
ubuntu \
bash
sleep 1
-docker exec linuxArm64Test build/bin/linuxArm64/debugTest/test.kexe
Expand Down

0 comments on commit f488432

Please sign in to comment.