From 71f5c1ee5e810ccf8d5ab2e827e44a8238101892 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Sun, 4 Feb 2024 16:00:18 +0800 Subject: [PATCH] modify the Makefile for anolis --- openanolis/anolisos/23.1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openanolis/anolisos/23.1/Makefile b/openanolis/anolisos/23.1/Makefile index 41e65c7..2b3cf3f 100644 --- a/openanolis/anolisos/23.1/Makefile +++ b/openanolis/anolisos/23.1/Makefile @@ -9,11 +9,11 @@ LATEST ?=true IMAGE=$(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):$(TAG) LATEST_IMAGE=$(REGISTRY)/$(ORGANIZATION)/$(REPOSITORY):latest -default: rootfs image +default: image rootfs: bash mkimage-rootfs.sh -image: +image: rootfs docker build \ --build-arg http_proxy=$(http_proxy) \ --build-arg https_proxy=$(https_proxy) \