We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58193c commit 78883f2Copy full SHA for 78883f2
justfile
@@ -176,6 +176,10 @@ build: checkbash
176
docker build -f Dockerfile --progress=plain -t {{APP}} .
177
fi
178
179
+# [scripts] run script in working directory
180
+sh args=SCRIPT:
181
+ sh {{args}}
182
+
183
# [docker] intel build
184
buildx: checkbash
185
docker buildx build -f Dockerfile --progress=plain -t ${TAG} --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .
0 commit comments