build: lock OpenWrt SDKs for agent 0.6.2

This commit is contained in:
benya
2026-07-23 02:05:14 +03:00
parent b2b903bd47
commit c709255b17
15 changed files with 58 additions and 35 deletions
+1
View File
@@ -57,6 +57,7 @@ RUN case "${OPENWRT_SDK_URL}" in \
*) echo "unsupported OpenWrt SDK URL: ${OPENWRT_SDK_URL}" >&2; exit 1 ;; \
esac \
&& curl --fail --location --show-error --silent \
--retry 5 --retry-all-errors --retry-delay 2 \
--output "${sdk_archive}" "${OPENWRT_SDK_URL}" \
&& echo "${OPENWRT_SDK_SHA256} ${sdk_archive}" | sha256sum --check --strict \
&& mkdir sdk \