Skip to content

Commit 89078d2

Browse files
authored
Merge pull request #2183 from diggerhq/chore/breardon2011/release-adjustment
Chore/breardon2011/release adjustment
2 parents 0973cdb + b12bcb8 commit 89078d2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/taco-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

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)