File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments