You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-17 07:49:53 +02:00
add arm platforms (#1970)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user