Skip to content

Commit

Permalink
Move --target-arch to 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 d2b6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 All @@ -106,6 +105,7 @@ bootc-image-builder:
--chown $(DISK_UID):$(DISK_GID) \
--local \
--type $(DISK_TYPE) \
$(ARCH:%=--target-arch %) \
$(BOOTC_IMAGE)

.PHONY: driver-toolkit
Expand Down

0 comments on commit d2b6e80

Please sign in to comment.