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:
parent
f7dd3de29e
commit
c645cfbe94
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -86,3 +86,10 @@ jobs:
|
|||||||
name: Run integration tests
|
name: Run integration tests
|
||||||
shell: bash
|
shell: bash
|
||||||
if: runner.os != 'Linux'
|
if: runner.os != 'Linux'
|
||||||
|
|
||||||
|
- run: make build (arm64)
|
||||||
|
name: Test build (arm64)
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
BINARY_ARCH=arm64
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user