diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-27 16:16:05 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-27 16:45:51 -0600 |
| commit | 3b3776faf882fc7013bdaa804d6c5972cbca0406 (patch) | |
| tree | 24b4d632f561f5cac77e1804a282f5b02216041b /.github/workflows/ci.yml | |
| parent | 53dbe597ae5b46812fc98d1da059e08a7e73047c (diff) | |
Switch from alpine to debian slim bookworm since rust alpine doesn't have a image for armv7 by default but debian slim bookworm does.
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |
