Skip to content

Commit

Permalink
[action] issue uploading to scoop - attempt setting goamd64
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Apr 19, 2022
1 parent 375ac22 commit 0cb0458
Showing 1 changed file with 4 additions and 38 deletions.
42 changes: 4 additions & 38 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ builds:
binary: bin/step-ca
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64: v1
-
id: step-cloudkms-init
env:
Expand All @@ -50,6 +51,7 @@ builds:
binary: bin/step-cloudkms-init
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64: v1
-
id: step-awskms-init
env:
Expand All @@ -71,6 +73,7 @@ builds:
binary: bin/step-awskms-init
ldflags:
- -w -X main.Version={{.Version}} -X main.BuildTime={{.Date}}
goamd64: v1

archives:
-
Expand Down Expand Up @@ -231,41 +234,4 @@ scoop:
# Default is empty.
license: "Apache-2.0"

#dockers:
# - dockerfile: docker/Dockerfile
# goos: linux
# goarch: amd64
# use_buildx: true
# image_templates:
# - "smallstep/step-cli:latest"
# - "smallstep/step-cli:{{ .Tag }}"
# build_flag_templates:
# - "--platform=linux/amd64"
# - dockerfile: docker/Dockerfile
# goos: linux
# goarch: 386
# use_buildx: true
# image_templates:
# - "smallstep/step-cli:latest"
# - "smallstep/step-cli:{{ .Tag }}"
# build_flag_templates:
# - "--platform=linux/386"
# - dockerfile: docker/Dockerfile
# goos: linux
# goarch: arm
# goarm: 7
# use_buildx: true
# image_templates:
# - "smallstep/step-cli:latest"
# - "smallstep/step-cli:{{ .Tag }}"
# build_flag_templates:
# - "--platform=linux/arm/v7"
# - dockerfile: docker/Dockerfile
# goos: linux
# goarch: arm64
# use_buildx: true
# image_templates:
# - "smallstep/step-cli:latest"
# - "smallstep/step-cli:{{ .Tag }}"
# build_flag_templates:
# - "--platform=linux/arm64/v8"
goamd64: v1

0 comments on commit 0cb0458

Please sign in to comment.