try git ref
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-04 12:23:37 +02:00
parent 7a73446634
commit c9f4056c0c
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

2
Jenkinsfile vendored
View file

@ -37,6 +37,7 @@ pipeline {
when { tag "*" } when { tag "*" }
agent any agent any
steps { steps {
script {
def architectures = env.ARCHITECTURES.split(',') def architectures = env.ARCHITECTURES.split(',')
for (arch in architectures) { for (arch in architectures) {
@ -64,3 +65,4 @@ pipeline {
} }
} }
} }
}