Skip to content

Commit

Permalink
feat: support arm64 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamstyz4ever authored Apr 13, 2022
1 parent f33e27e commit 6f95321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ builds:
- darwin
goarch:
- amd64
- arm64
# Include the default settings from https://goreleaser.com/#builds
# Also include static compilation
# ldflags: -d -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -extldflags "-static"
Expand Down
4 changes: 2 additions & 2 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shared:
GO111MODULE: on
jobs:
main:
image: golang:1.14
image: golang:1.17
environment:
SD_SONAR_OPTS: "-Dsonar.sources=./ -Dsonar.exclusions=**/*_test.go,**/vendor/** -Dsonar.tests=./ -Dsonar.test.inclusions=**/*_test.go -Dsonar.test.exclusions=**/vendor/** -Dsonar.go.coverage.reportPaths=${SD_ARTIFACTS_DIR}/coverage.out -Dsonar.go.tests.reportPaths=${SD_ARTIFACTS_DIR}/report.json"
requires: [~commit, ~pr]
Expand All @@ -20,7 +20,7 @@ jobs:
# Test cross-compiling as well
- test-release: "curl -sL https://git.io/goreleaser | bash -s -- --snapshot"
publish:
image: golang:1.14
image: golang:1.17
requires: main
steps:
- setup-ci: git clone https://github.com/screwdriver-cd/toolbox.git ci
Expand Down

0 comments on commit 6f95321

Please sign in to comment.