mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
rpicamera: fix segmentation fault with older Raspberry Pis and Docker (#1549)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user