mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-12-18 07:08:30 +00:00
Revert "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 (#44)"
This reverts commit 2d0198b6a6
.
This commit is contained in:
parent
75b5c0466c
commit
4da5f455c2
2
.github/workflows/build-2nd-layer.yml
vendored
2
.github/workflows/build-2nd-layer.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- major: 8
|
||||
arch: 'amd64, arm64'
|
||||
- major: 9
|
||||
arch: 'amd64, arm64, s390x'
|
||||
arch: 'amd64, arm64, ppc64le, s390x'
|
||||
type:
|
||||
- micro
|
||||
- init
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- major: 8
|
||||
arch: 'amd64, arm64'
|
||||
- major: 9
|
||||
arch: 'amd64, arm64, s390x'
|
||||
arch: 'amd64, arm64, ppc64le, s390x'
|
||||
type:
|
||||
- micro
|
||||
- init
|
||||
|
Loading…
Reference in New Issue
Block a user