From 4c80752b81548e985278381231777f7bfecf2638 Mon Sep 17 00:00:00 2001 From: Dee Kryvenko Date: Sat, 15 Jan 2022 12:49:23 -0800 Subject: [PATCH] arm64 support --- .github/workflows/release.yml | 7 ++++++- CHANGELOG.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14f0083..4a2f1ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,12 @@ jobs: strategy: matrix: os: [linux, darwin, windows] - arch: [amd64, 386] + arch: [amd64, 386, arm64] + exclude: + - os: darwin + arch: 386 + - os: windows + arch: arm64 steps: - name: Set RELEASE_VERSION run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8dda5..e20f546 100644 --- a/CHANGELOG.md +++ b/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