Add ARM build in GitHub Actions

- Hint: Tried to use the plattform parameter of the build-push-action,
   however this failed with an error in the Jobs.
   Therefore, I used a matrix with the platforms.
 - The ARM build takes a long time.
This commit is contained in:
Markus Opolka
2023-04-05 14:28:38 +02:00
parent 0732424f79
commit 663bf2f03b
5 changed files with 46 additions and 13 deletions

View File

@@ -21,9 +21,6 @@ fileExistenceTests:
path: '/var/www/html/admin/index.php'
shouldExist: true
permissions: '-rw-rw-r--'
- name: 'Ldap syslink'
path: '/usr/lib/x86_64-linux-gnu/libldap.so'
shouldExist: true
- name: "Dependencies - PHP - gd"
path: '/usr/local/etc/php/conf.d/docker-php-ext-gd.ini'
shouldExist: true