build images
This commit is contained in:
parent
c074a7dba2
commit
e0b1c191a2
1 changed files with 8 additions and 1 deletions
|
|
@ -5,10 +5,17 @@ when:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- PLATFORM: redhat-9
|
- PLATFORM: redhat-9
|
||||||
|
ARCH: arm64
|
||||||
- PLATFORM: redhat-8
|
- PLATFORM: redhat-8
|
||||||
|
ARCH: arm64
|
||||||
- PLATFORM: ubuntu-2404
|
- PLATFORM: ubuntu-2404
|
||||||
|
ARCH: arm64
|
||||||
- PLATFORM: ubuntu-2204
|
- PLATFORM: ubuntu-2204
|
||||||
|
ARCH: arm64
|
||||||
- PLATFORM: alpine-320
|
- PLATFORM: alpine-320
|
||||||
|
ARCH: arm64
|
||||||
|
- PLATFORM: alpine-320
|
||||||
|
ARCH: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Build image'
|
- name: 'Build image'
|
||||||
|
|
@ -18,7 +25,7 @@ steps:
|
||||||
platforms: linux/arm64
|
platforms: linux/arm64
|
||||||
Dockerfile: docker/Dockerfile-${PLATFORM}
|
Dockerfile: docker/Dockerfile-${PLATFORM}
|
||||||
experimental: true
|
experimental: true
|
||||||
repo: devxygmbh/arm-binaries-r-${PLATFORM}
|
repo: devxygmbh/${ARCH}-binaries-r-${PLATFORM}
|
||||||
username: devxygmbh
|
username: devxygmbh
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub_token_devxygmbh
|
from_secret: dockerhub_token_devxygmbh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue