feat: add custom armv7 images (compared to arm64 and amd64)

pull/1007/head
Daan Selen 2025-12-04 21:41:27 +01:00
parent fb4dc68dc0
commit 0a8873e587
1 changed files with 1 additions and 1 deletions

View File

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