As the ppc64le arch in the source image has not been available for months, this temporarily removes the arch in the builds as well as from the registry images

This commit is contained in:
Lukas Magauer 2023-09-03 12:26:18 +02:00
parent b67e667462
commit 640cc53e13
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- major: 8
arch: 'amd64, arm64'
- major: 9
arch: 'amd64, arm64, ppc64le, s390x'
arch: 'amd64, arm64, s390x'
type:
- micro
- init

View File

@ -18,7 +18,7 @@ jobs:
- major: 8
arch: 'amd64, arm64'
- major: 9
arch: 'amd64, arm64, ppc64le, s390x'
arch: 'amd64, arm64, s390x'
type:
- micro
- init