Skip to content

feat(ci): use native arm64 builds #9528

feat(ci): use native arm64 builds

feat(ci): use native arm64 builds #9528

Workflow file for this run

name: Docker Image CI
on:
push:
branches-ignore:
- renovate/**
tags:
- '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
ci:
uses: ./.github/workflows/container-ci.yml
secrets: inherit
permissions:
security-events: write
packages: write

Check failure on line 24 in .github/workflows/dockerimage.yml

View workflow run for this annotation

GitHub Actions / Docker Image CI

Invalid workflow file

The workflow is not valid. In WeblateOrg/docker/.github/workflows/container-ci.yml@ae1e1d81a9b8f79ec25765b904a43da0995600e2 (Line: 24, Col: 11): Error from called workflow WeblateOrg/docker/.github/workflows/container-build.yml@ae1e1d81a9b8f79ec25765b904a43da0995600e2 (Line: 28, Col: 11): Unexpected symbol: 'and'. Located at position 38 within expression: inputs.architecture != 'linux/amd64' and inputs.architecture != 'linux/arm64'
with:
variant: stable
release_github:
runs-on: ubuntu-24.04
name: Create release on GitHub
permissions:
contents: write
needs:
- ci
if: ${{ startsWith(github.ref, 'refs/tags/') && github.repository == 'WeblateOrg/docker' }}
steps:
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true