From 059f378d624f3d5a94febc6a53514eacd2ef9df0 Mon Sep 17 00:00:00 2001 From: Nadezhda Fedorova Date: Fri, 21 Mar 2025 17:20:30 +0300 Subject: [PATCH] Fix wf mistake --- .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 73efa2e..594b566 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 --package-versions {\"alt/etcd\": \"3.5.15\"}" + 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