mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
Change image to arm64v8
This commit is contained in:
@@ -4,9 +4,9 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build -o backend
|
||||
RUN GOOS=linux GOARCH=arm64 go build -o backend
|
||||
|
||||
FROM busybox
|
||||
FROM arm64v8/busybox
|
||||
|
||||
COPY --from=build /app/backend /app/
|
||||
|
||||
|
Reference in New Issue
Block a user