mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
chore: fix binary directory (#1474)
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
sbom-name: capsule
|
||||
sbom-repository: ghcr.io/${{ github.repository_owner }}/capsule
|
||||
signature-repository: ghcr.io/${{ github.repository_owner }}/capsule
|
||||
main-path: ./
|
||||
main-path: ./cmd/
|
||||
env:
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
generate-capsule-provenance:
|
||||
|
||||
+2
-2
@@ -9,7 +9,7 @@ gomod:
|
||||
proxy: false
|
||||
builds:
|
||||
- id: "{{ .ProjectName }}"
|
||||
main: .
|
||||
main: ./cmd/
|
||||
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
@@ -30,7 +30,7 @@ builds:
|
||||
-X main.BuildTime={{ .Date }}
|
||||
-X main.GitRepo={{ .ProjectName }}
|
||||
# - id: "{{ .ProjectName }}-wasm"
|
||||
# main: .
|
||||
# main: ./cmd/
|
||||
# binary: "{{ .ProjectName }}.wasm"
|
||||
# env:
|
||||
# - CGO_ENABLED=0
|
||||
|
||||
Reference in New Issue
Block a user