fix: Build again
Build and Publish Package (amd64) / docker (push) Failing after 2m0s

This commit is contained in:
2026-07-25 17:23:55 +02:00
parent f52ea02ceb
commit b76dc19006
+1 -1
View File
@@ -7,7 +7,7 @@ COPY go.mod go.sum ./
RUN go mod download RUN go mod download
COPY . . COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o mautrix-ntfy main.go RUN go build -ldflags="-w -s" -o mautrix-ntfy .
FROM alpine:latest FROM alpine:latest