Skip to content

Commit b12bcb8

Browse files
committed
chore: non functional changes
1 parent 1cb69db commit b12bcb8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

taco/cmd/statesman/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1011
import (
1112
"context"
1213
"flag"

taco/cmd/taco/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1011
import (
1112
"fmt"
1213
"os"

0 commit comments

Comments
 (0)