File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 context : ./taco
154154 file : ./taco/Dockerfile_statesman
155155 push : true
156- platforms : linux/amd64,linux/arm64,linux/386
156+ platforms : linux/amd64,linux/arm64
157157 tags : ${{ steps.docker-meta.outputs.tags }}
158158 labels : ${{ steps.docker-meta.outputs.labels }}
159159 build-args : |
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ package main
77// Added workflow exclusions to prevent release collisions
88// Testing isolated taco releases without interference
99// Testing multi-arch Docker builds with linux/amd64,arm64,386 support
10+ // Removed linux/386 due to Ubuntu 24.04 platform compatibility
1011import (
1112 "context"
1213 "flag"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ package main
77// Fixed tag collision with existing release workflows
88// Should now have clean releases without dgctl contamination
99// Testing multi-arch Docker builds and Helm-compatible tags
10+ // Fixed linux/386 platform issue - now testing amd64,arm64 only
1011import (
1112 "fmt"
1213 "os"
You can’t perform that action at this time.
0 commit comments