add platforms to docker deploy (#13225)
This commit is contained in:
parent
8cd279eeaf
commit
9f27fcc8b4
1
.github/workflows/proto-docker.yml
vendored
1
.github/workflows/proto-docker.yml
vendored
@ -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 }}
|
||||
|
||||
2
Makefile
2
Makefile
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user