We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6839ad + 8893057 commit b3fabe7Copy full SHA for b3fabe7
api/client/python/Makefile
@@ -1,10 +1,9 @@
1
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
2
3
.PHONY: autorest-python
4
-autorest-python: ## Generate autorest-python
+autorest-python: ## Build and publish autorest-python image
5
$(call print-target)
6
- docker build -t ghcr.io/openmeterio/autorest-python:latest .
7
- docker push ghcr.io/openmeterio/autorest-python:latest
+ docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/openmeterio/autorest-python:latest --push .
8
9
.PHONY: generate
10
generate: ## Generate code
0 commit comments