gha: Add image build check for s390x #232
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |