From ede851f34f4cad89116ebd42f3b0dcb50b4713b3 Mon Sep 17 00:00:00 2001 From: Nadezhda Fedorova Date: Fri, 21 Mar 2025 16:59:51 +0300 Subject: [PATCH] Add version building param for etcd --- .gitea/workflows/wf_full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/wf_full.yaml b/.gitea/workflows/wf_full.yaml index 0a89804..121ed84 100644 --- a/.gitea/workflows/wf_full.yaml +++ b/.gitea/workflows/wf_full.yaml @@ -64,7 +64,7 @@ jobs: run: | #build base with riskv64 for sisyphus if it is if [[ "$BR" == "sisyphus" && "$ORG" == "base" ]]; then echo "${{ gitea.workspace }}/build.py --log-level debug -i base/base -b $BR --latest $BR --registry $BUILD_URL"; ${{ gitea.workspace }}/build.py -i base/base -b "$BR" --latest "$BR" --registry "$BUILD_URL"; fi - build_args="-b $BR --log-level debug --latest $BR -o $ORG --registry $BUILD_URL" + build_args="-b $BR --log-level debug --latest $BR -o $ORG --registry $BUILD_URL --package-versions '{\"alt/etcd\": \"3.5.15\"}'" if [[ "$BR" == "sisyphus" ]]; then arches="--arches amd64 386 arm64 loong64 --skip-images base/base"; else arches="--arches amd64 386 arm64"; fi echo "${{ gitea.workspace }}/build.py $build_args $arches" ${{ gitea.workspace }}/build.py $build_args $arches -- 2.42.4