Skip to content

Commit 4d0ff2f

Browse files
committed
fix: check env workflow
1 parent 03e15a3 commit 4d0ff2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/check_env.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
- runs-on: ubuntu-22.04
3131
platform_name: "Linux x64"
3232
arch: "x64"
33-
- runs-on: ubuntu-22.04-arm
34-
platform_name: "Linux ARM64"
35-
arch: "arm64"
33+
# TODO: Enable Linux ARM64 when tman binaries are available for this platform
34+
# - runs-on: ubuntu-22.04-arm
35+
# platform_name: "Linux ARM64"
36+
# arch: "arm64"
3637
steps:
3738
- name: Checkout repository
3839
uses: actions/checkout@v4

0 commit comments

Comments
 (0)