Skip to content

Commit

Permalink
revert buildx
Browse files Browse the repository at this point in the history
Signed-off-by: llhuii <[email protected]>
  • Loading branch information
llhuii committed Nov 1, 2021
1 parent b1ec13e commit ce7f247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sedna::buildx::prepare_env() {

sedna::buildx:generate-dockerfile() {
dockerfile=${1}
sed "/AS builder/s/FROM/FROM --platform=\$BUILDPLATFORM/g" ${dockerfile}
sed "/AS builder/s/FROM/FROM --platform=\$TARGETPLATFORM/g" ${dockerfile}
}

sedna::buildx::push-multi-platform-images() {
Expand Down

0 comments on commit ce7f247

Please sign in to comment.