Add support for 32-bit x86.

This commit is contained in:
Pieter Hollander 2024-03-27 10:02:15 +01:00
parent 6dc084504d
commit b0f537feb9
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -51,6 +51,6 @@ jobs:
push: ${{ gitea.event_name != 'pull_request' }} push: ${{ gitea.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/arm64, linux/amd64, linux/riscv64, linux/arm/v7, linux/arm/v6 platforms: linux/arm64, linux/amd64, linux/riscv64, linux/arm/v7, linux/arm/v6, linux/386
- name: Cleanup old images - name: Cleanup old images
run: docker system prune -f run: docker system prune -f