Skip to content

Commit b3fabe7

Browse files
authored
Merge pull request #715 from openmeterio/chore/python-makefile
chore(api): update python client makefile
2 parents b6839ad + 8893057 commit b3fabe7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/client/python/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# A Self-Documenting Makefile: http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
22

33
.PHONY: autorest-python
4-
autorest-python: ## Generate autorest-python
4+
autorest-python: ## Build and publish autorest-python image
55
$(call print-target)
6-
docker build -t ghcr.io/openmeterio/autorest-python:latest .
7-
docker push ghcr.io/openmeterio/autorest-python:latest
6+
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/openmeterio/autorest-python:latest --push .
87

98
.PHONY: generate
109
generate: ## Generate code

0 commit comments

Comments
 (0)