mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 03:25:53 +00:00
Added ppc64le support
This commit is contained in:
parent
c736581f85
commit
24c614bf16
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
id: relimage
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
tags: ${{steps.meta.outputs.tags}}
|
||||
labels: ${{steps.meta.outputs.labels}}
|
||||
push: true
|
||||
|
|
|
@ -19,6 +19,7 @@ builds:
|
|||
- amd64
|
||||
- arm64
|
||||
- s390x
|
||||
- ppc64le
|
||||
ldflags: -X main.Version={{.Version}} -X main.GitTag={{.Tag}} -X main.BuildDate={{.Date}}
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
|
|
Loading…
Reference in a new issue