github ci: add arm v6 docker image builds

This commit is contained in:
Eugene de Beste
2021-12-09 09:09:11 +02:00
committed by GitHub
parent 341f26f197
commit e501f6d125

View File

@@ -57,7 +57,7 @@ jobs:
- name: Build and push to GitHub Container Registry - name: Build and push to GitHub Container Registry
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: 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' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }} labels: ${{ steps.docker_meta.outputs.labels }}