Skip to content

Commit aef1b81

Browse files
authored
Merge pull request #444 from dgageot/fix-task-push-image
Fix task to push cagent image
2 parents 0e53b50 + 232bb16 commit aef1b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tasks:
7171

7272
push-image:
7373
desc: Build and Push Docker image
74-
cmd: docker buildx build --push -t docker/cagent {{.BUILD_ARGS}} .
74+
cmd: docker buildx build --push --platform linux/amd64,linux/arm64 -t docker/cagent {{.BUILD_ARGS}} .
7575

7676
push-agent:
7777
desc: Build dockerized agent

0 commit comments

Comments
 (0)