mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 01:38:23 +00:00
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user