Skip to content

Commit 0c54fe2

Browse files
Merge pull request #23 from screwdriver-cd/feature/arm64-support
feat: support arm64
2 parents 8fe26a7 + 926b854 commit 0c54fe2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ builds:
55
- darwin
66
goarch:
77
- amd64
8+
- arm64
89
env:
910
- CGO_ENABLED=0
1011
archives:

screwdriver.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
shared:
2-
image: golang
2+
image: golang:1.17
33
environment:
44
GO111MODULE: on
55

@@ -22,7 +22,7 @@ jobs:
2222
fi
2323
- vet: go vet ./...
2424
- build: go install -v ./...
25-
- test-setup: go get gotest.tools/gotestsum@v0.6.0
25+
- test-setup: go get gotest.tools/gotestsum@latest
2626
- test: gotestsum --format testname --jsonfile ${SD_ARTIFACTS_DIR}/report.json -- -coverprofile=${SD_ARTIFACTS_DIR}/coverage.out ./...
2727

2828
deploy:

0 commit comments

Comments
 (0)