rpicamera: fix segmentation fault with older Raspberry Pis and Docker (#1549)

This commit is contained in:
Alessandro Ros
2023-03-09 22:59:46 +01:00
committed by GitHub
parent 695da99e22
commit 25dc252342

View File

@@ -1,7 +1,7 @@
BASE_IMAGE = golang:1.18-alpine3.15
LINT_IMAGE = golangci/golangci-lint:v1.50.1
NODE_IMAGE = node:16-alpine3.15
RPI32_IMAGE = balenalib/raspberrypi3:bullseye-run
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run
.PHONY: $(shell ls)