Browse Source

try requesting ubuntu22 instead of latest

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
a13015b656
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Jenkinsfile.pwr

+ 1
- 1
Jenkinsfile.pwr View File

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


Loading…
Cancel
Save