mirror of
https://github.com/lukaszraczylo/talos-builder.git
synced 2026-06-28 04:23:13 +00:00
Fix installer and image in build action
This commit is contained in:
@@ -142,7 +142,7 @@ image:
|
||||
docker \
|
||||
run --rm -t -v ./_out:/out -v /dev:/dev --privileged $(REGISTRY)/$(REGISTRY_USERNAME)/imager:$(TALOS_TAG) \
|
||||
$(ASSET_TYPE) --arch arm64 \
|
||||
--base-installer-image="$(REGISTRY)/$(REGISTRY_USERNAME)/installer:$(TALOS_TAG)" \
|
||||
--base-installer-image="$(REGISTRY)/$(REGISTRY_USERNAME)/installer-base:$(TALOS_TAG)" \
|
||||
--overlay-name="rpi_5" \
|
||||
--overlay-image="$(REGISTRY)/$(REGISTRY_USERNAME)/sbc-raspberrypi:$(SBCOVERLAY_TAG)" \
|
||||
--overlay-option="configTxtAppend=$$CONFIG_TXT" \
|
||||
|
||||
Reference in New Issue
Block a user