Skip to content

Commit 922907f

Browse files
Use justfile var
1 parent d9e1182 commit 922907f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ build:
5555

5656
# [docker] intel build
5757
buildx:
58-
docker buildx build -f Dockerfile --progress=plain -t $TAG --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .
58+
docker buildx build -f Dockerfile --progress=plain -t {{TAG}} --build-arg CHIPSET_ARCH=x86_64-linux-gnu --load .
5959

6060
# [docker] build w/docker-compose defaults
6161
build-clean:

0 commit comments

Comments
 (0)