Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 16:41:45 +02:00
parent 04cf6d2bc2
commit d0ab04d189

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline{
cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf cp /var/jenkins_home/workspace/nightly-antosaio/build/* antos -rf
tree antos tree antos
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64 docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
for dir in antos/* ; do for dir in antos/frontend/* ; do
tag=$(basename $dir) tag=$(basename $dir)
echo "BUILD TAG $tag" echo "BUILD TAG $tag"
docker buildx build \ docker buildx build \