We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02af3 commit 4c80752Copy full SHA for 4c80752
.github/workflows/release.yml
@@ -12,7 +12,12 @@ jobs:
12
strategy:
13
matrix:
14
os: [linux, darwin, windows]
15
- arch: [amd64, 386]
+ arch: [amd64, 386, arm64]
16
+ exclude:
17
+ - os: darwin
18
+ arch: 386
19
+ - os: windows
20
+ arch: arm64
21
steps:
22
- name: Set RELEASE_VERSION
23
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated dependencies, fixed CVE-2020-16845
- Updated to use Go 1.17, and Ubuntu 20.04 builder
- Updated Alpine 3.15
+- Build `arm64` version of binaries for Mac and Linux; stop building `386` for Mac
## [0.0.16] - 2021-02-08
0 commit comments