File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5656 REGISTRY_USER="almalinuxorg+airibarr_bot"
5757 IMAGE_PATH="almalinuxorg"
5858 IMAGE_NAME="atomic-desktop"
59- PLATFORMS="amd64"
59+ PLATFORMS="amd64,amd64/v2 "
6060 VARIANTS="gnome,kde"
6161
6262 echo "REGISTRY=${REGISTRY}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ PODMAN = $(SUDO) podman
55IMAGE_NAME ?= localhost/myimage
66CONTAINER_FILE ?= ./Dockerfile
77VARIANT ?= gnome
8- IMAGE_CONFIG ?= ./iso.toml
8+ PLATFORM = linux/amd64
9+ IMAGE_CONFIG ?= ./iso.toml\
10+
911
1012IMAGE_TYPE ?= iso
1113QEMU_DISK_RAW ?= ./output/disk.raw
1921
2022image :
2123 $(PODMAN ) build \
24+ --platform=$(PLATFORM ) \
2225 --security-opt=label=disable \
2326 --cap-add=all \
2427 --device /dev/fuse \
You can’t perform that action at this time.
0 commit comments