-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
18 additions
and
8,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
include: | ||
#- project: 'mautrix/ci' | ||
# file: '/go.yml' | ||
- project: 'mautrix/ci' | ||
file: '/gov2.yml' | ||
|
||
variables: | ||
BINARY_NAME_V2: mautrix-gmessages | ||
file: '/gov2-as-default.yml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
FROM alpine:3.19 | ||
FROM alpine:3.20 | ||
|
||
ENV UID=1337 \ | ||
GID=1337 | ||
|
||
RUN apk add --no-cache ffmpeg su-exec ca-certificates bash jq curl yq | ||
RUN apk add --no-cache ffmpeg su-exec ca-certificates bash jq curl yq-go | ||
|
||
ARG EXECUTABLE=./mautrix-gmessages | ||
COPY $EXECUTABLE /usr/bin/mautrix-gmessages | ||
COPY ./example-config.yaml /opt/mautrix-gmessages/example-config.yaml | ||
COPY ./docker-run.sh /docker-run.sh | ||
ENV BRIDGEV2=1 | ||
VOLUME /data | ||
WORKDIR /data | ||
|
||
CMD ["/docker-run.sh"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.