Remove fakesilence submodule, compile from git instead.
parent
2c9f589895
commit
9b93cab4c7
|
@ -1,3 +0,0 @@
|
|||
[submodule "icedreammusic/ndi-feeder/fakesilence"]
|
||||
path = icedreammusic/ndi-feeder/fakesilence
|
||||
url = https://github.com/icedream/fakesilence.git
|
|
@ -9,9 +9,9 @@ RUN chmod -v +x *.sh
|
|||
FROM golang:1 AS fakesilence
|
||||
|
||||
WORKDIR /usr/src/fakesilence
|
||||
COPY fakesilence/ .
|
||||
RUN go build -v .
|
||||
RUN cp fakesilence /usr/local/bin/
|
||||
ARG FAKESILENCE_VERSION=5d8d79af09df5c195908e004a4a3971942180901
|
||||
RUN go install -v -ldflags "-s -w" github.com/icedream/fakesilence@"${FAKESILENCE_VERSION}"
|
||||
RUN cp -v "$GOPATH"/bin/* /usr/local/bin
|
||||
|
||||
###
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 9d9a9581df7b36bb9ef54b593dc725b6db4cc888
|
Loading…
Reference in New Issue