We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e15a3 commit 4d0ff2fCopy full SHA for 4d0ff2f
.github/workflows/check_env.yml
@@ -30,9 +30,10 @@ jobs:
30
- runs-on: ubuntu-22.04
31
platform_name: "Linux x64"
32
arch: "x64"
33
- - runs-on: ubuntu-22.04-arm
34
- platform_name: "Linux ARM64"
35
- arch: "arm64"
+ # TODO: Enable Linux ARM64 when tman binaries are available for this platform
+ # - runs-on: ubuntu-22.04-arm
+ # platform_name: "Linux ARM64"
36
+ # arch: "arm64"
37
steps:
38
- name: Checkout repository
39
uses: actions/checkout@v4
0 commit comments