We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb69db commit b12bcb8Copy full SHA for b12bcb8
taco/cmd/statesman/main.go
@@ -7,6 +7,7 @@ package main
7
// Added workflow exclusions to prevent release collisions
8
// Testing isolated taco releases without interference
9
// Testing multi-arch Docker builds with linux/amd64,arm64,386 support
10
+// Removed linux/386 due to Ubuntu 24.04 platform compatibility
11
import (
12
"context"
13
"flag"
taco/cmd/taco/main.go
// Fixed tag collision with existing release workflows
// Should now have clean releases without dgctl contamination
// Testing multi-arch Docker builds and Helm-compatible tags
+// Fixed linux/386 platform issue - now testing amd64,arm64 only
"fmt"
"os"
0 commit comments