Skip to content

Commit

Permalink
Remove --target-arch from image builder args
Browse files Browse the repository at this point in the history
Signed-off-by: Javi Polo <[email protected]>
  • Loading branch information
javipolo committed Aug 12, 2024
1 parent 6c088a0 commit 441261c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion training/common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ check-umask:
bootc-image-builder:
mkdir -p build/store build/output
podman run \
$(ARCH:%=--target-arch %) \
$(AUTH_JSON:%=-v %:/run/containers/0/auth.json) \
--rm \
-ti \
Expand Down

0 comments on commit 441261c

Please sign in to comment.