Attempt to fix build with ignore rules
Build and Publish / Build and Test (push) Failing after 11m55s
Build and Publish / Build and Test (push) Failing after 11m55s
This commit is contained in:
+1
-1
@@ -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}" ;; \
|
||||
|
||||
Reference in New Issue
Block a user