diff options
| author | linxin <[email protected]> | 2024-10-29 12:43:55 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2024-10-29 12:43:55 +0800 |
| commit | 08e776429760eb1253cf9e6fe31e931f473ae3d6 (patch) | |
| tree | 0e621505f64d9294dbb15663695253c423c4d085 | |
| parent | 14eefc4dca3d5b14a71b4ba0b7edd6a188ea30f2 (diff) | |
🐎 ci:test build aarch64 host image
| -rw-r--r-- | make/Makefile.aarch64_COTS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/Makefile.aarch64_COTS b/make/Makefile.aarch64_COTS index 8f29ee25..a07f8115 100644 --- a/make/Makefile.aarch64_COTS +++ b/make/Makefile.aarch64_COTS @@ -41,7 +41,8 @@ installer: builddir sed -i -e "s/%%APP_BUNDLE_BIN%%/$(APP_BUNDLE_BIN)/" $(TARGET_INSTALLER_DIR)/install.sh ifeq ($(ENABLE_ALIYUN_INTERNAL_DOMAIN),1) - sed -i -e "s/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/" $(CONFDIR)/yum-RockyLinux-9.conf + sed -i -e "s/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/" $(CONFDIR)/yum-RockyLinux-8.conf + sed -i -e "s/mirrors.aliyun.com/mirrors.cloud.aliyuncs.com/" $(CONFDIR)/yum-RockyLinux-9.conf endif sysroot-base: builddir |
