Skip to content

upgrade to manticore and RHEL9 #4

upgrade to manticore and RHEL9

upgrade to manticore and RHEL9 #4

Workflow file for this run

name: Container Image
on:
schedule:
# every Wednesday morning
- cron: 7 7 * * 3
push:
branches: [ main ]
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
inputs:
platforms:
description: "comma-separated list of platforms to build for, downstream supported are linux/amd64,linux/s390x,linux/ppc64le; note: clang is broken on s390x (RHEL-15874), also cross-builds take more than 6 hours so we don't do them"
default: linux/amd64
custom_tag:
description: a custom tag on remote repo you want image to be tagged with
default: scratch
jobs:
call-build:
uses: ./.github/workflows/container-image-buildah.yml

Check failure on line 22 in .github/workflows/container-image.yml

View workflow run for this annotation

GitHub Actions / Container Image

Invalid workflow file

The workflow is not valid. In .github/workflows/container-image.yml (Line: 22, Col: 11): Error from called workflow 3scale/searchd/.github/workflows/container-image-buildah.yml@8f7105596b57006c77eafb03c6aeb9338d8ad409 (Line: 91, Col: 14): Unexpected symbol: '|'. Located at position 18 within expression: inputs.platforms | tr -d '/'
with:
platforms: ${{ inputs.platforms == '' && 'linux/amd64' || inputs.platforms }}
custom_tag: ${{ inputs.custom_tag }}