Skip to content

Commit 6eac0c2

Browse files
committed
fix: update CI workflow to improve Docker build and test processes
1 parent 354f3a9 commit 6eac0c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,12 @@ jobs:
535535
# Multi-architecture build - Docker automatically provides TARGETOS, TARGETARCH, etc.
536536
# Based on Go's supported platforms from 'go tool dist list'
537537
platforms: |
538-
linux/amd64 # Intel/AMD 64-bit (most servers, desktops)
539-
linux/arm64 # ARM 64-bit (Apple Silicon, AWS Graviton, modern ARM)
540-
linux/arm/v7 # ARM 32-bit (Raspberry Pi, older ARM devices)
541-
linux/386 # Intel 32-bit (legacy x86 systems)
542-
linux/ppc64le # PowerPC 64-bit LE (IBM Power systems)
543-
linux/s390x # IBM System z (mainframes)
538+
linux/amd64
539+
linux/arm64
540+
linux/arm/v7
541+
linux/386
542+
linux/ppc64le
543+
linux/s390x
544544
push: true
545545
tags: ${{ steps.meta.outputs.tags }}
546546
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)