enable arm32v7.

This commit is contained in:
Miroslav Šedivý 2025-03-30 09:52:47 +02:00
parent 9bca3a9a09
commit 1acdbc9b43

View file

@ -1,4 +1,4 @@
name: "arm64v8 images" name: "arm64v8 and arm32v7 images"
on: on:
push: push:
@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/image_base.yml uses: ./.github/workflows/image_base.yml
with: with:
flavor: arm flavor: arm
platforms: linux/arm64 platforms: linux/arm64,linux/arm/v7
dockerfile: Dockerfile dockerfile: Dockerfile
secrets: secrets:
GHCR_ACCESS_TOKEN: ${{ secrets.GHCR_ACCESS_TOKEN }} GHCR_ACCESS_TOKEN: ${{ secrets.GHCR_ACCESS_TOKEN }}
@ -34,6 +34,6 @@ jobs:
name: ${{ matrix.name }} name: ${{ matrix.name }}
dockerfile: ${{ matrix.dockerfile }} dockerfile: ${{ matrix.dockerfile }}
flavor: arm flavor: arm
platforms: linux/arm64 platforms: linux/arm64,linux/arm/v7
secrets: secrets:
GHCR_ACCESS_TOKEN: ${{ secrets.GHCR_ACCESS_TOKEN }} GHCR_ACCESS_TOKEN: ${{ secrets.GHCR_ACCESS_TOKEN }}