Skip to content

CE 8.0 Milestone 1 - Debian #6

CE 8.0 Milestone 1 - Debian

CE 8.0 Milestone 1 - Debian #6

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- master
- release/*
jobs:
build-and-test:
runs-on: [ubuntu-latest]
strategy:
matrix:
distribution:
- debian
#- alpine
platform:
- linux/amd64
- linux/i386
- linux/arm/v5
- linux/arm/v7
- linux/mips64le
- linux/ppc64le
- linux/s390x

Check failure on line 23 in .github/workflows/pre-merge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pre-merge.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
- linux/arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: ./.github/actions/build-and-tag-locally
with:
distribution: ${{ matrix.distribution }}
platform: ${{ matrix.platform }}
registry_username: ${{ vars.REGISTRY_USERNAME }}
registry_password: ${{ secrets.REGISTRY_PASSWORD }}
publish_image: ${{ vars.PUBLISH_IMAGE }}
registry_repository: ${{ vars.REGISTRY_REPOSITORY }}