Skip to content

gha: Add image build check for s390x #232

gha: Add image build check for s390x

gha: Add image build check for s390x #232

Workflow file for this run

name: AS/RVPS Container Image Build
on:
push:
branches:
- "main"
paths:
- 'attestation-service/**'
- '.github/workflows/as-docker-build.yml'
- 'Cargo.toml'
pull_request:
paths:
- 'attestation-service/**'
- '.github/workflows/as-docker-build.yml'
- 'Cargo.toml'
create:
jobs:
check_as_image_build:
if: github.event_name == 'pull_request' || github.event_name == 'push'
uses: ./.github/workflows/build-as-image.yml
with:
build_option:
secrets: inherit