mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
add arm platforms (#1970)
This commit is contained in:
parent
75e74e4a19
commit
23afce5ae1
2
.github/workflows/test_merge_requests.yml
vendored
2
.github/workflows/test_merge_requests.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
build-args: |
|
||||
VCS_REF=${{ github.sha }}
|
||||
VCS_VER=${{ github.ref }}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
load: true
|
||||
tags: mailserver-testing:ci
|
||||
- name: Run test suite
|
||||
|
|
Loading…
Reference in a new issue