We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92fe6e commit b0b7a2dCopy full SHA for b0b7a2d
.github/workflows/build_backend.yml
@@ -42,9 +42,9 @@ jobs:
42
strategy:
43
matrix:
44
architecture:
45
- # - arch: linux/arm/v7
46
- # dockerfile: Dockerfile
47
- # tag: armv7
+ - arch: linux/arm/v7
+ dockerfile: Dockerfile
+ tag: armv7
48
- arch: linux/arm64
49
dockerfile: Dockerfile.arm64
50
tag: arm64
docker/Dockerfile.arm64
@@ -1,4 +1,4 @@
1
-FROM balenalib/raspberrypi3-64:bookworm-20241114
+FROM balenalib/raspberrypi3-64:bookworm-20241111
2
3
ENV QEMU_CPU=max
4
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments