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 d9e1182 commit 922907fCopy full SHA for 922907f
justfile
@@ -55,7 +55,7 @@ build:
55
56
# [docker] intel build
57
buildx:
58
- docker buildx build -f Dockerfile --progress=plain -t $TAG --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .
+ docker buildx build -f Dockerfile --progress=plain -t {{TAG}} --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .
59
60
# [docker] build w/docker-compose defaults
61
build-clean:
0 commit comments