Skip to content

Commit

Permalink
Specify architecture for ARM Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Feb 27, 2025
1 parent d96f4f4 commit f7909c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/linux-arm/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM balenalib/raspberry-pi-debian:bookworm
FROM --platform=linux/arm/v7 balenalib/raspberry-pi-debian:bookworm

ARG DEBIAN_FRONTEND=noninteractive
ARG NODE_VERSION
Expand Down

0 comments on commit f7909c0

Please sign in to comment.