diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 5756a05..4b60acd 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -11,8 +11,8 @@ matrix: PLATFORM_ID: 2204 - PLATFORM: ubuntu-2404 PLATFORM_ID: 2404 - # - PLATFORM: opensuse-155 - # PLATFORM_ID: suse155 + - PLATFORM: opensuse-155 + PLATFORM_ID: suse155 steps: # Ensures that we're always using the latest available upstream build chain @@ -33,7 +33,7 @@ steps: commands: - apk add -q --no-cache curl # - curl -s https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/r/r.rb | grep -o 'R-[0-9]*\.[0-9]*\.[0-9]*' | tr -d 'R-' | tr -d '"' > r-release-version.txt - - echo "4.3.1" > r-release-version.txt + - echo "4.3.0" > r-release-version.txt - cat r-release-version.txt backend_options: kubernetes: