Bump Docker build
Build and Publish / Build and Test (push) Failing after 6m19s

This commit is contained in:
2024-09-17 23:14:02 +01:00
parent d8430587b8
commit a27aeb0f10
2 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM --platform=$BUILDPLATFORM debian:bullseye-slim AS builder
ARG TARGETPLATFORM
WORKDIR /app
COPY . .
COPY docker-target target
RUN case "$TARGETPLATFORM" in \
"linux/amd64") BINARY_PATH="target/release/toggl-bridge" ;; \
"linux/arm64") BINARY_PATH="target/aarch64-unknown-linux-gnu/release/toggl-bridge" ;; \