From 3b3776faf882fc7013bdaa804d6c5972cbca0406 Mon Sep 17 00:00:00 2001 From: unitexe Date: Fri, 27 Feb 2026 16:16:05 -0600 Subject: Build container for armv7 platform Switch from alpine to debian slim bookworm since rust alpine doesn't have a image for armv7 by default but debian slim bookworm does. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20043a4..d7cafd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: with: image: ${{ env.IMAGE_NAME }} tags: ${{ steps.tags.outputs.tags }} - archs: amd64, arm64 + archs: amd64, arm64, arm/v7 containerfiles: | ./Containerfile labels: | -- cgit v1.2.3