We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e53b50 commit 232bb16Copy full SHA for 232bb16
1 file changed
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