Skip to content

Bump the rust-dependencies group with 2 updates #53

Bump the rust-dependencies group with 2 updates

Bump the rust-dependencies group with 2 updates #53

name: PR CI App - Linux Docker amd64/arm64
on:
pull_request:
branches: [ main ]
paths-ignore: [ documentation/**, .github/workflows/pr-ci-documentation.yml, .github/workflows/deploy-documentation.yml, README.md ]
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build:
if: ${{ startsWith(github.event.pull_request.head.ref, 'release/') != true && github.event.pull_request.draft != true }}
strategy:
matrix:
platform:
- linux/amd64
- linux/arm64
runs-on: ${{ fromJSON('["ubuntu-24.04", ["self-hosted", "Linux", "ARM64"]]')[matrix.platform == 'linux/arm64'] }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6
with:
context: .
platforms: ${{ matrix.platform }}
push: false