diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4e6a99..cc13d64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -634,21 +634,21 @@ jobs: fmt: "yes", fmt_arg: "", } - - { - image: "manylinux2014-aarch64", - stockfish: "no", - stockfish_arg: "", - ninja: "no", - ninja_arg: "", - openssl: "yes", - openssl_arg: "linux-aarch64", - C: "no", - C_arg: "", - C-Plus-Plus: "no", - C-Plus-Plus_arg: "", - fmt: "no", - fmt_arg: "", - } + # - { + # image: "manylinux2014-aarch64", + # stockfish: "no", + # stockfish_arg: "", + # ninja: "no", + # ninja_arg: "", + # openssl: "yes", + # openssl_arg: "linux-aarch64", + # C: "no", + # C_arg: "", + # C-Plus-Plus: "no", + # C-Plus-Plus_arg: "", + # fmt: "no", + # fmt_arg: "", + # } # web-wasm images - { image: "web-wasm",