Trial and error with busybox and designated platform

This commit is contained in:
2024-04-14 00:10:48 +02:00
parent 150d3d7b33
commit 8d1bb6dbfe

View File

@@ -6,7 +6,7 @@ COPY . .
RUN GOOS=linux GOARCH=arm64 go build -o backend
FROM arm64v8/busybox
FROM busybox
COPY --from=build /app/backend /app/