Skip to content

Commit 4c80752

Browse files
committed
arm64 support
1 parent be02af3 commit 4c80752

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [linux, darwin, windows]
15-
arch: [amd64, 386]
15+
arch: [amd64, 386, arm64]
16+
exclude:
17+
- os: darwin
18+
arch: 386
19+
- os: windows
20+
arch: arm64
1621
steps:
1722
- name: Set RELEASE_VERSION
1823
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Updated dependencies, fixed CVE-2020-16845
1515
- Updated to use Go 1.17, and Ubuntu 20.04 builder
1616
- Updated Alpine 3.15
17+
- Build `arm64` version of binaries for Mac and Linux; stop building `386` for Mac
1718

1819
## [0.0.16] - 2021-02-08
1920

0 commit comments

Comments
 (0)