Skip to content

Commit

Permalink
feature: add arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Oct 3, 2024
1 parent 09ae321 commit d759180
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
project_name: hmcli

version: 2
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
targets:
- linux_amd64
- linux_arm
- linux_arm64
- darwin_amd64
- windows_amd64
ldflags:
Expand Down Expand Up @@ -45,7 +39,7 @@ checksum:
name_template: 'checksums.txt'

snapshot:
name_template: "{{ incpatch .Version }}-beta"
version_template: "{{ incpatch .Version }}-beta"

archives:
- id: archive
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog hmcli

## [v1.2.4 - 2024-10-03]
### New
- add arm64 target
### Changed
- update dependencies
- use Go1.23
- use Goreleaser V2 and v6 GitHub Action

## [v1.2.3 - 2024-08-18]
### Changed
- update dependencies
Expand Down

0 comments on commit d759180

Please sign in to comment.