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

@@ -59,3 +59,9 @@ make fpm-alpine-latest
container-structure-test test --image docker.io/martialblog/limesurvey:5-fpm --config tests/fpm-tests.yaml
```
### ARM Platform
Changes related to the ARM platform should use branches starting with the `arm/` prefix, this ensures the GitHub Actions are triggered.
Background: ARM builds take a long time to finish on the GitHub Runners.