Skip to content

Commit

Permalink
try bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Nov 17, 2024
1 parent a92fe6e commit b0b7a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
strategy:
matrix:
architecture:
# - arch: linux/arm/v7
# dockerfile: Dockerfile
# tag: armv7
- arch: linux/arm/v7
dockerfile: Dockerfile
tag: armv7
- arch: linux/arm64
dockerfile: Dockerfile.arm64
tag: arm64
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM balenalib/raspberrypi3-64:bookworm-20241114
FROM balenalib/raspberrypi3-64:bookworm-20241111

ENV QEMU_CPU=max
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit b0b7a2d

Please sign in to comment.