From 6b53c9e341f65a5d0abc53a55250d5450b556de2 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 30 Jul 2024 17:30:23 +0200 Subject: [PATCH] build rhel8 --- .woodpecker/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 7b3f358..ffdae8d 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -5,10 +5,10 @@ skip_clone: true matrix: include: - - PLATFORM: rhel-9 - BLOCK: 1096:3000 # - PLATFORM: rhel-9 - # BLOCK: 1051:1450 + # BLOCK: 1096:3000 + - PLATFORM: rhel-8 + BLOCK: 1:1000 # - PLATFORM: rhel-9 # BLOCK: 1451:1450 # - PLATFORM: ubuntu-2204 @@ -20,7 +20,7 @@ matrix: steps: - name: "Build binaries (${PLATFORM}: ${BLOCK})" secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token] - image: docker.io/pats22/arm-binaries-r-ubi9 + image: docker.io/pats22/arm-binaries-r-${PLATFORM} pull: true # to ensure the PACKAGES upload step is being executed failure: ignore @@ -31,7 +31,7 @@ steps: R_LIBS_USER: /mnt/cache/R-pkgs CCACHE_DIR: /mnt/cache/ccache volumes: - - arm-binaries-r-dep-cache-rhel9:/mnt/cache + - arm-binaries-r-dep-cache-${PLATFORM}:/mnt/cache commands: # download latest package version (avoid having to rebuild image every time) # rscript_startup arg: required to pass down global option to future workers https://github.com/HenrikBengtsson/future/issues/134#issuecomment-2245666169