devops: remove multiple platform builds from build.sh
Some checks failed
build-and-upload-docker / build-and-upload (push) Has been cancelled
Some checks failed
build-and-upload-docker / build-and-upload (push) Has been cancelled
This commit is contained in:
parent
c770356465
commit
f355527b50
4
build.sh
4
build.sh
@ -4,8 +4,6 @@ docker buildx build \
|
|||||||
--progress=plain \
|
--progress=plain \
|
||||||
--tag rbvtopudding/devops:latest \
|
--tag rbvtopudding/devops:latest \
|
||||||
--push \
|
--push \
|
||||||
# --platform linux/arm64/v8,linux/amd64 \
|
|
||||||
# --platform linux/amd64 \
|
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
||||||
@ -13,6 +11,4 @@ docker buildx build \
|
|||||||
--progress=plain \
|
--progress=plain \
|
||||||
--tag rbvtopudding/devops:1.0.0 \
|
--tag rbvtopudding/devops:1.0.0 \
|
||||||
--push \
|
--push \
|
||||||
# --platform linux/arm64/v8,linux/amd64 \
|
|
||||||
# --platform linux/amd64 \
|
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user