Skip to content

Commit a88d875

Browse files
authored
Merge pull request #2180 from diggerhq/chore/breardon2011/release-adjustment
chore: adjust arch
2 parents f37dfa1 + 36b38c5 commit a88d875

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/taco-release.yml

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

taco/cmd/statesman/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
910
import (
1011
"context"
1112
"flag"

taco/cmd/taco/main.go

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

0 commit comments

Comments
 (0)