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 0e53b50 + 232bb16 commit aef1b81Copy full SHA for aef1b81
Taskfile.yml
@@ -71,7 +71,7 @@ tasks:
71
72
push-image:
73
desc: Build and Push Docker image
74
- cmd: docker buildx build --push -t docker/cagent {{.BUILD_ARGS}} .
+ cmd: docker buildx build --push --platform linux/amd64,linux/arm64 -t docker/cagent {{.BUILD_ARGS}} .
75
76
push-agent:
77
desc: Build dockerized agent
0 commit comments