1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

test build on macos arm64

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-30 08:20:14 +03:00
parent f7dd3de29e
commit c645cfbe94

View File

@ -86,3 +86,10 @@ jobs:
name: Run integration tests
shell: bash
if: runner.os != 'Linux'
- run: make build (arm64)
name: Test build (arm64)
shell: bash
env:
BINARY_ARCH=arm64
if: runner.os == 'macOS'