test multiple linux arch
This commit is contained in:
parent
8e26955129
commit
25686a4b06
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
@ -21,5 +21,9 @@ jobs:
|
|||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
platforms: |-
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
push: true
|
||||
tags: help14/magma:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue