diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-25 23:19:11 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-25 23:59:55 -0600 |
| commit | 86e346e0e43ef0aa659a4b89a54f5ab8796802f8 (patch) | |
| tree | c7a19f234a784e2074dd145ef73a981f981c64a9 /.github/workflows/ci.yml | |
| parent | 38aa6c40178e02d8fd68d4451eea729c47355ee7 (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 0a5aadb..ad4a1eb 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: | |
