Move GitHub Actions for ARM for separate file

- We will include these long running jobs only on special branches
This commit is contained in:
Markus Opolka
2023-04-12 11:33:26 +02:00
parent 128e7b4595
commit 2f82a36dc0
3 changed files with 54 additions and 4 deletions

View File

@@ -12,9 +12,6 @@ jobs:
- apache
- fpm-alpine
- fpm
platform:
- linux/amd64
- linux/arm64
steps:
- name: 'Check out the repo'
uses: actions/checkout@v3
@@ -34,7 +31,6 @@ jobs:
push: false
load: true
tags: docker.io/martialblog/limesurvey:6-${{ matrix.context }}
platforms: ${{ matrix.platform }}
- name: 'Run Structure tests'
uses: plexsystems/container-structure-test-action@v0.2.0