Really skip on RICV64

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2025-06-02 19:57:02 +02:00
parent 6e20e09dfb
commit 962fab86df

View File

@@ -119,8 +119,7 @@ def main():
if __name__ == "__main__":
# Exit early when this is a RISCV build
# ENV TARGETPLATFORM == "linux/riscv64"
if os.getenv("TARGETPLATFORM") == "linux/riscv64":
if os.getenv("CI_ARCH") == "linux/riscv64":
print("Skipping API test on RISCV builds")
exit(0)