Skip to content

Commit

Permalink
Merge pull request #1117 from iiiceoo/fix-base
Browse files Browse the repository at this point in the history
fix: The architecture of base image mismatch
  • Loading branch information
weizhoublue authored Nov 29, 2022
2 parents 5342f7c + 43201dd commit 4e802dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/spiderpool-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN make GOARCH=${TARGETARCH} \

#====== release image =======

FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE}
FROM ${BASE_IMAGE}

LABEL maintainer="maintainer@spidernet-io"

Expand Down
2 changes: 1 addition & 1 deletion images/spiderpool-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN make GOARCH=${TARGETARCH} \

#====== release image =======

FROM --platform=${BUILDPLATFORM} ${BASE_IMAGE}
FROM ${BASE_IMAGE}

LABEL maintainer="maintainer@spidernet-io"

Expand Down

0 comments on commit 4e802dc

Please sign in to comment.