Skip to content

Commit b0b7a2d

Browse files
committed
try bump base image
1 parent a92fe6e commit b0b7a2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_backend.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
strategy:
4343
matrix:
4444
architecture:
45-
# - arch: linux/arm/v7
46-
# dockerfile: Dockerfile
47-
# tag: armv7
45+
- arch: linux/arm/v7
46+
dockerfile: Dockerfile
47+
tag: armv7
4848
- arch: linux/arm64
4949
dockerfile: Dockerfile.arm64
5050
tag: arm64

docker/Dockerfile.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM balenalib/raspberrypi3-64:bookworm-20241114
1+
FROM balenalib/raspberrypi3-64:bookworm-20241111
22

33
ENV QEMU_CPU=max
44
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)