mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
bump Golang to 1.25 (#864)
This commit is contained in:
@@ -16,7 +16,7 @@ test-nodocker: test-examples test-pkg test-root
|
||||
|
||||
define DOCKERFILE_TEST
|
||||
ARG ARCH
|
||||
FROM $$ARCH/$(BASE_IMAGE)
|
||||
FROM --platform=$$ARCH $(BASE_IMAGE)
|
||||
RUN apk add --no-cache make git gcc musl-dev pkgconfig ffmpeg-dev
|
||||
WORKDIR /s
|
||||
COPY go.mod go.sum ./
|
||||
|
Reference in New Issue
Block a user