fix: intel builds (#2832)

This commit is contained in:
Wendy Tang
2025-06-09 10:54:25 -07:00
committed by GitHub
parent d4e66f6eba
commit 650d6c7aee
+5 -3
View File
@@ -138,9 +138,11 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-intel-cargo-build- ${{ runner.os }}-intel-cargo-build-
# Build specifically for Intel architecture - name: Build goose-server for Intel macOS (x86_64)
- name: Build goosed for Intel run: |
run: source ./bin/activate-hermit && cargo build --release -p goose-server --target x86_64-apple-darwin source ./bin/activate-hermit
rustup target add x86_64-apple-darwin
cargo build --release -p goose-server --target x86_64-apple-darwin
# Post-build cleanup to free space # Post-build cleanup to free space
- name: Post-build cleanup - name: Post-build cleanup