Attempt to fix build with ignore rules
Build and Publish / Build and Test (push) Failing after 11m55s

This commit is contained in:
2024-09-08 17:51:49 +01:00
parent 4b2f0f3bf7
commit 35fd2b90d2
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM debian:bullseye-slim AS builder
ARG TARGETPLATFORM
ARG BINARY_NAME
WORKDIR /app
COPY . .
COPY /target /app/target
RUN case "$TARGETPLATFORM" in \
"linux/amd64") BINARY_PATH="target/release/${BINARY_NAME}" ;; \
"linux/arm64") BINARY_PATH="target/aarch64-unknown-linux-gnu/release/${BINARY_NAME}" ;; \