Merge pull request #700 from weideng1/patch-2

add multi-arch build support to github action
This commit is contained in:
Jonathan Shook
2022-09-09 11:20:34 -05:00
committed by GitHub

View File

@@ -206,6 +206,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linx/arm64
file: Dockerfile
pull: true
push: true