Skip to content

Commit

Permalink
Merge branch 'fix-makefile'
Browse files Browse the repository at this point in the history
  • Loading branch information
osm committed Jun 11, 2024
2 parents e559707 + 915cf62 commit 08fc7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.

## [Unreleased]
## [1.0.2] - 2024-06-11
### Added
- Add build target for Linux ARMv5, ARMv6, ARMv6 and Windows ARM64.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ release-linux-armv7:
release-windows-amd64:
$(MAKE) GOOS=windows GOARCH=amd64 EXT=.exe build

.PHONY: release-windows-aŕm64
.PHONY: release-windows-arm64
release-windows-arm64:
$(MAKE) GOOS=windows GOARCH=arm64 EXT=.exe build

Expand All @@ -97,5 +97,5 @@ release: \
release-linux-armv5 \
release-linux-armv6 \
release-linux-armv7 \
release-windows-amd64
release-windows-amd64 \
release-windows-arm64

0 comments on commit 08fc7ab

Please sign in to comment.