Skip to content

Commit

Permalink
Merge pull request #755 from javipolo/image_builder_remove_arch
Browse files Browse the repository at this point in the history
Move --target-arch to image builder args
  • Loading branch information
rhatdan authored Aug 13, 2024
2 parents 18a6ad6 + d2b6e80 commit 346e1a1
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 346e1a1

Please sign in to comment.