fix run new build process
This commit is contained in:
parent
10eee3896f
commit
a34788f701
@ -55,7 +55,7 @@ jobs:
|
||||
id: build-script
|
||||
run: |
|
||||
build_args="-b $BR -o $ORG --skip-images alt/distroless-devel --arches amd64 386 arm64 loong64"
|
||||
if [[ $ORG == 'k8s' ]]; then build_args="$build_args --overwrite-organization $ORG-$BR --package-versions '{\"k8s/kube-apiserver\": \"1.31\", \"k8s/kube-scheduler\": \"1.31\",\"k8s/kube-controller-manager\": \"1.31\",\"k8s/kube-proxy\": \"1.31\",\"k8s/coredns\": \"1.11.3\"}'"; fi
|
||||
if [[ $ORG == 'k8s' ]]; then build_args="$build_args --overwrite-organization $ORG-$BR --package-versions '{"k8s/kube-apiserver": "1.31", "k8s/kube-scheduler": "1.31","k8s/kube-controller-manager": "1.31","k8s/kube-proxy": "1.31","k8s/coredns": "1.11.3"}'"; fi
|
||||
echo "build.py $build_args"
|
||||
${{ gitea.workspace }}/build.py $build_args
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user