diff options
| author | linxin <[email protected]> | 2024-10-29 14:54:06 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2024-11-07 18:38:33 +0800 |
| commit | e6d1af2a7a93b8ebddf824a403b3d2c5ef80791a (patch) | |
| tree | e4b56e015600bf7f47d97b95a548351186b43fca /Makefile | |
| parent | 3c3a74aaeda13a802f8b74b30ef0857bf31ceb9f (diff) | |
🐎 ci:base os adapted AArch64 arch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
