From 0158fcd7b839d8f032bfc84ecfbde55466325883 Mon Sep 17 00:00:00 2001 From: Nick Mosher Date: Thu, 5 Aug 2021 10:30:48 -0400 Subject: [PATCH 1/2] Build fluvio-run for M1 --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a17cee98..543689713a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,10 +139,6 @@ jobs: rust: stable rust-target: x86_64-apple-darwin binary: fluvio - - os: macos-latest - rust: stable - rust-target: x86_64-apple-darwin - binary: fluvio - os: macos-latest rust: stable rust-target: x86_64-apple-darwin @@ -151,6 +147,10 @@ jobs: rust: stable rust-target: aarch64-apple-darwin binary: fluvio + - os: macos-11 + rust: stable + rust-target: aarch64-apple-darwin + binary: fluvio-run env: RUST_BACKTRACE: full RUSTV: ${{ matrix.rust }} @@ -610,6 +610,8 @@ jobs: artifact: fluvio-run - rust-target: x86_64-apple-darwin artifact: fluvio-run + - rust-target: aarch64-apple-darwin + artifact: fluvio-run # - rust-target: x86_64-pc-windows-msvc # artifact: fluvio.exe permissions: write-all From 6b57ad6d602ffcdab3301bd573c56b3837a3f3ec Mon Sep 17 00:00:00 2001 From: Nick Mosher Date: Thu, 5 Aug 2021 10:32:01 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c6c68976..c11bd32d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ## Platform Version 0.9.1 - UNRELEASED +* Add Apple M1 as Tier2 platform for `fluvio-run` ([#1382](https://github.com/infinyon/fluvio/pull/1382)) ## Platform Version 0.9.0 - 2021-08-03 * Add k8s feature flag to cli. ([#1257](https://github.com/infinyon/fluvio/pull/1257))