Skip to content

Commit

Permalink
Merge pull request #7 from zhangwenlong8911/main
Browse files Browse the repository at this point in the history
modify the Makefile for anolis
  • Loading branch information
zhangwenlong8911 authored Feb 4, 2024
2 parents 1939beb + 71f5c1e commit 1b4a734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openanolis/anolisos/23.1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 1b4a734

Please sign in to comment.