summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlinxin <[email protected]>2024-10-29 14:54:06 +0800
committerlinxin <[email protected]>2024-11-07 18:38:33 +0800
commite6d1af2a7a93b8ebddf824a403b3d2c5ef80791a (patch)
treee4b56e015600bf7f47d97b95a548351186b43fca /Makefile
parent3c3a74aaeda13a802f8b74b30ef0857bf31ceb9f (diff)
🐎 ci:base os adapted AArch64 arch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd1be79b..011a5527 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,8 @@ all: $(PROFILE_LIST)
$(Q) chmod 0755 $(TOOLSDIR)/*
$(Q) sed -i -e 's/PULP_REPO_USERNAME/$(PULP_REPO_USERNAME)/g' $(CONFDIR)/yum-RockyLinux-8.conf
$(Q) sed -i -e 's/PULP_REPO_PASSWORD/$(PULP_REPO_PASSWORD)/g' $(CONFDIR)/yum-RockyLinux-8.conf
+ $(Q) sed -i -e 's/PULP_REPO_USERNAME/$(PULP_REPO_USERNAME)/g' $(CONFDIR)/yum-RockyLinux-9.conf
+ $(Q) sed -i -e 's/PULP_REPO_PASSWORD/$(PULP_REPO_PASSWORD)/g' $(CONFDIR)/yum-RockyLinux-9.conf
$(Q) echo "=== Building $< $(OS_RELEASE_VER) ==="
$(Q) echo "=== Building chart version $< $(HELM_CHART_VER) ==="
$(Q) $(MAKE) -f make/Makefile.$< all