build(docker): support all platforms that publish release supports (#238)

This commit is contained in:
Khinshan Khan 2022-01-13 21:37:25 -05:00 committed by GitHub
parent c682520dd9
commit 3a7977d086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ jobs:
- name: Build and push docker image
uses: docker/build-push-action@v2
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
pull: true
push: true
tags: |