push to 0.11.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m57s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 3m57s
This commit is contained in:
parent
67ed37c1ac
commit
501431f999
2 changed files with 466 additions and 389 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/golang:1.22-alpine3.20 as builder
|
||||
|
||||
ENV VERSION=v0.10.9
|
||||
ENV VERSION=v0.11.0
|
||||
|
||||
RUN apk --no-cache add \
|
||||
git \
|
||||
|
@ -16,7 +16,7 @@ RUN git clone https://github.com/tulir/mautrix-whatsapp.git
|
|||
WORKDIR /build/mautrix-whatsapp
|
||||
RUN git checkout $VERSION
|
||||
|
||||
RUN go build -o /build/bin/mautrix-whatsapp
|
||||
RUN go build -o /build/bin/mautrix-whatsapp /build/mautrix-whatsapp/cmd/mautrix-whatsapp/
|
||||
|
||||
FROM docker.io/thallian/confd-env:3.20-3.1.6.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue