add arm platforms (#1970)
This commit is contained in:
parent
75e74e4a19
commit
23afce5ae1
|
@ -26,7 +26,7 @@ jobs:
|
||||||
build-args: |
|
build-args: |
|
||||||
VCS_REF=${{ github.sha }}
|
VCS_REF=${{ github.sha }}
|
||||||
VCS_VER=${{ github.ref }}
|
VCS_VER=${{ github.ref }}
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
load: true
|
load: true
|
||||||
tags: mailserver-testing:ci
|
tags: mailserver-testing:ci
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
|
|
Loading…
Reference in New Issue