Exclude Taiwan as I'm having missing package errors there
Some checks are pending
Build container image / Build and push image (push) Has started running

This commit is contained in:
2026-03-12 14:54:04 +09:00
parent 1e63b0f308
commit daaa2b660f

View File

@@ -13,7 +13,7 @@ cp /ctx/cosign.pub /etc/pki/containers/davejansen.pub
# Add country query to all repo metalinks
# shellcheck disable=SC2016
sed -i -e '/^metalink\=/s/\$releasever\&arch\=\$basearch$/\$releasever\&arch\=\$basearch\&country\=KR,JP,TW/g' /etc/yum.repos.d/*.repo
sed -i -e '/^metalink\=/s/\$releasever\&arch\=\$basearch$/\$releasever\&arch\=\$basearch\&country\=KR,JP,AU/g' /etc/yum.repos.d/*.repo
# Update all existing packages
dnf5 update -y