File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ jobs:
153153 context : ./taco
154154 file : ./taco/Dockerfile_statesman
155155 push : true
156+ platforms : linux/amd64,linux/arm64,linux/386
156157 tags : ${{ steps.docker-meta.outputs.tags }}
157158 labels : ${{ steps.docker-meta.outputs.labels }}
158159 build-args : |
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ package main
55// Expecting automatic tag creation on merge
66// Testing binary cleanup to prevent dgctl contamination
77// Added workflow exclusions to prevent release collisions
8- // Testing isolated taco releases without interference
8+ // Testing isolated taco releases without interference
9+ // Testing multi-arch Docker builds with linux/amd64,arm64,386 support
910import (
1011 "context"
1112 "flag"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ package main
66// Full end-to-end test with cleanup and proper tagging
77// Fixed tag collision with existing release workflows
88// Should now have clean releases without dgctl contamination
9+ // Testing multi-arch Docker builds and Helm-compatible tags
910import (
1011 "fmt"
1112 "os"
You can’t perform that action at this time.
0 commit comments