build all images in ci
This commit is contained in:
parent
c2e3a433fc
commit
123c206460
1 changed files with 24 additions and 11 deletions
|
|
@ -5,13 +5,13 @@ when:
|
|||
matrix:
|
||||
include:
|
||||
- PLATFORM: redhat-9
|
||||
# - PLATFORM: redhat-8
|
||||
# - PLATFORM: ubuntu-2404
|
||||
# - PLATFORM: ubuntu-2204
|
||||
- PLATFORM: redhat-8
|
||||
- PLATFORM: ubuntu-2404
|
||||
- PLATFORM: ubuntu-2204
|
||||
|
||||
steps:
|
||||
'Build image':
|
||||
image: woodpeckerci/plugin-docker-buildx:latest
|
||||
image: woodpeckerci/plugin-docker-buildx:4.2.0
|
||||
secrets: [RED_HAT_DEV_PW]
|
||||
settings:
|
||||
platforms: linux/arm64
|
||||
|
|
|
|||
Loading…
Reference in a new issue