mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-17 04:01:43 +00:00
fix(ci): update security workflow to match goreleaser paths (#134)
* fix(ci): update security workflow to match goreleaser paths * chore(ci): use GOOS and GOARCH in security.yml
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
FROM scratch
|
||||
|
||||
# Multi-platform build support
|
||||
# See: https://goreleaser.com/customization/dockers_v2/
|
||||
# GoReleaser organizes binaries in platform subdirectories (linux/amd64/, linux/arm64/)
|
||||
# TARGETPLATFORM arg resolves to the correct platform directory
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
# Copy the binary from the build context (platform-specific)
|
||||
|
||||
Reference in New Issue
Block a user