devops: updated platform specification in docker build to use multi-platform support.
Some checks failed
build-and-upload-docker / build-and-upload (push) Failing after 16s
Some checks failed
build-and-upload-docker / build-and-upload (push) Failing after 16s
This commit is contained in:
parent
e2e0c0a62d
commit
c770356465
4
build.sh
4
build.sh
@ -5,7 +5,7 @@ docker buildx build \
|
||||
--tag rbvtopudding/devops:latest \
|
||||
--push \
|
||||
# --platform linux/arm64/v8,linux/amd64 \
|
||||
--platform linux/amd64 \
|
||||
# --platform linux/amd64 \
|
||||
.
|
||||
|
||||
|
||||
@ -14,5 +14,5 @@ docker buildx build \
|
||||
--tag rbvtopudding/devops:1.0.0 \
|
||||
--push \
|
||||
# --platform linux/arm64/v8,linux/amd64 \
|
||||
--platform linux/amd64 \
|
||||
# --platform linux/amd64 \
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user