Skip to content

Commit

Permalink
Merge pull request #43 from interlynk-io/fix/linux-arm64
Browse files Browse the repository at this point in the history
[ISSUE-40] Enable linux arm64 build
  • Loading branch information
surendrapathak authored Oct 2, 2023
2 parents 094c013 + e2a54ca commit 0e106cc
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ env:
before:
hooks:
- go mod tidy

gomod:
proxy: true
proxy: true

builds:
- id: binaries
- id: binaries
binary: sbomex-{{ .Os }}-{{ .Arch }}
main: .
flags:
- -trimpath
- -trimpath
mod_timestamp: '{{ .CommitTimestamp }}'
goos:
- linux
- windows
- darwin
- darwin
goarch:
- arm64
- amd64
Expand All @@ -30,18 +30,16 @@ builds:
- CGO_ENABLED=0
no_unique_dist_dir: true
ignore:
- goos: linux
goarch: arm64
- goos: windows
goarch: arm64
archives:
- format: binary
name_template: "{{ .Binary }}"
allow_different_binary_count: true
allow_different_binary_count: true

snapshot:
snapshot:
name_template: SNAPSHOT-{{ .ShortCommit }}

release:
prerelease: allow
draft: true
prerelease: allow
draft: true

0 comments on commit 0e106cc

Please sign in to comment.