Browse Source

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

pull/1556/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
25dc252342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
Makefile

@ -1,7 +1,7 @@ @@ -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)

Loading…
Cancel
Save