Skip to content

Commit

Permalink
(ci) Update CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Robinson <[email protected]>
  • Loading branch information
ocean committed Dec 27, 2024
1 parent 8b645e9 commit c68adfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
executor:
name: go/default
tag: '1.22'
working_directory: /home/circleci/go/src/github.com/ahoy-cli/ahoy
working_directory: /home/circleci/go/src/github.com/ahoy-cli/ahoy/v2/
steps:
- checkout
- run:
Expand All @@ -16,7 +16,7 @@ jobs:
- run:
name: Install BATS extras.
command: |
cd tests
cd v2/tests
git clone https://github.com/bats-core/bats-support.git ./test_helpers/bats-support
git clone https://github.com/bats-core/bats-assert.git ./test_helpers/bats-assert
cd -
Expand All @@ -31,7 +31,6 @@ jobs:
- run:
name: Get Go modules.
command: |
cd v2
go mod tidy
go mod vendor
go mod verify
Expand Down
9 changes: 5 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ builds:
- amd64
- arm64
- arm
goarm64:
- v9.0
ignore:
- goos: windows
goarch: arm
Expand All @@ -43,10 +41,13 @@ archives:
format_overrides:
- goos: windows
format: zip

checksum:
name_template: "checksums.txt"
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"

snapshot:
version_template: "{{ incpatch .Version }}-next"

changelog:
sort: asc
filters:
Expand All @@ -58,7 +59,7 @@ sboms:
- artifacts: binary

binary_signs:
- {}
- signature: "${artifact}.sig"

signs:
- artifacts: checksum
Expand Down

0 comments on commit c68adfb

Please sign in to comment.