mirror of
https://github.com/gabehf/sonarr-seadex-proxy.git
synced 2026-03-10 16:00:31 -07:00
fix arm64 images being incorrecly annotated as amd64
This commit is contained in:
parent
4ccec8ce22
commit
fabb36bea8
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24-alpine AS build
|
||||
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS build
|
||||
ARG ARCH=amd64
|
||||
WORKDIR /build
|
||||
COPY main.go .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue