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