aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-03-14 11:37:45 +0000
committerGitHub <noreply@github.com>2022-03-14 11:37:45 +0000
commit633157f4f81be317560e4f23f6f676c337c1d2a4 (patch)
tree864765837a7cdf4d7c8112499d80af2800ef0b86 /.github
parent9fa69c3d3bc38e2c9047ddec2ccc53bcead97d54 (diff)
parent15f9795ab051b0ed711be51c0e1cbb4f7fbaae52 (diff)
Merge pull request #1613 from semarie/linux_arm64
fix Linux arm64 support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ecb01e8a5..8c26c7a00 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -90,6 +90,9 @@ jobs:
- name: Odin check examples/all for Darwin arm64
run: ./odin check examples/all -vet -strict-style -target:darwin_arm64
timeout-minutes: 10
+ - name: Odin check examples/all for Linux arm64
+ run: ./odin check examples/all -vet -strict-style -target:linux_arm64
+ timeout-minutes: 10
build_windows:
runs-on: windows-2019
steps: