diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2022-03-14 11:37:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 11:37:45 +0000 |
| commit | 633157f4f81be317560e4f23f6f676c337c1d2a4 (patch) | |
| tree | 864765837a7cdf4d7c8112499d80af2800ef0b86 /.github | |
| parent | 9fa69c3d3bc38e2c9047ddec2ccc53bcead97d54 (diff) | |
| parent | 15f9795ab051b0ed711be51c0e1cbb4f7fbaae52 (diff) | |
Merge pull request #1613 from semarie/linux_arm64
fix Linux arm64 support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
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: |