image
This commit is contained in:
parent
b2b335eb6b
commit
d0926489ba
1 changed files with 7 additions and 7 deletions
|
|
@ -5,12 +5,12 @@ matrix:
|
|||
include:
|
||||
- PLATFORM: rhel-9
|
||||
PLATFORM_ID: el9
|
||||
- PLATFORM: centos-8
|
||||
PLATFORM_ID: el8
|
||||
- PLATFORM: ubuntu-2204
|
||||
PLATFORM_ID: 2204
|
||||
- PLATFORM: ubuntu-2404
|
||||
PLATFORM_ID: 2404
|
||||
# - PLATFORM: centos-8
|
||||
# PLATFORM_ID: el8
|
||||
# - PLATFORM: ubuntu-2204
|
||||
# PLATFORM_ID: 2204
|
||||
# - PLATFORM: ubuntu-2404
|
||||
# PLATFORM_ID: 2404
|
||||
# - PLATFORM: opensuse-155
|
||||
# PLATFORM_ID: suse155
|
||||
|
||||
|
|
@ -51,7 +51,7 @@ steps:
|
|||
- cat r_build_latest.txt
|
||||
|
||||
- name: Build
|
||||
image: docker:27.0.3-alpine3.20
|
||||
image: library/docker:27.0.3-alpine3.20
|
||||
commands: |
|
||||
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
||||
apk add -q --no-cache py3-pip make just aws-cli docker-compose
|
||||
|
|
|
|||
Loading…
Reference in a new issue