Merge pull request #28 from Banshee1221/master

github ci: add arm v6 docker image builds
This commit is contained in:
Nicholas Thompson
2021-12-09 12:30:55 +02:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build and push to GitHub Container Registry
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}