Update Jenkinsfile.pwr

This commit is contained in:
Martin Kroeker 2024-07-30 21:21:34 +02:00 committed by GitHub
parent a13015b656
commit 86c15f028b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'osuosl/ubuntu-ppc64le:22.04'
image 'osuosl/ubuntu-ppc64le:18.04'
}
}
stages {