Fix macos/amd64 image builds (#1322)

This commit is contained in:
Daniel Chao
2025-12-03 09:44:32 -08:00
committed by Jen Basch
parent cab7bd1b01
commit a8b6081a90
8 changed files with 389 additions and 8 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
clang -arch x86_64 "$@"