add platforms to docker deploy (#13225)

This commit is contained in:
Marko
2022-09-09 17:49:47 +02:00
committed by GitHub
parent 8cd279eeaf
commit 9f27fcc8b4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -56,6 +56,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./contrib/devtools
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
+1 -1
View File
@@ -391,7 +391,7 @@ devdoc-update:
### Protobuf ###
###############################################################################
protoVer=0.10.0
protoVer=0.11.0
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
containerProtoGen=$(PROJECT_NAME)-proto-gen-$(protoVer)
containerProtoGenSwagger=$(PROJECT_NAME)-proto-gen-swagger-$(protoVer)