Adds linux/arm/v7 (#360)

This commit is contained in:
Ben Bierens 2023-03-12 11:27:33 +01:00 committed by GitHub
parent da79660f8e
commit c3095f78a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
with:
context: .
file: docker/codex.Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}