mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-09 01:48:57 +01:00
Move GitHub Actions for ARM for separate file
- We will include these long running jobs only on special branches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user