rpicamera: fix compatibility with latest version of libcamera (#1195)

This commit is contained in:
aler9
2022-10-29 12:34:44 +02:00
parent 23244471ad
commit a48374c81f
5 changed files with 23 additions and 17 deletions

View File

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