Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit b978f65

Browse files
committed
Don't actually copy ARM64 binaries yet
1 parent 2ffd3c4 commit b978f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ jobs:
477477
cp artifacts/agent-MINGW*/onefuzz_task.pdb src/deployment/tools/win64/
478478
cp artifacts/agent-Linux-x86_64/onefuzz-agent src/deployment/tools/linux/
479479
cp artifacts/agent-Linux-x86_64/onefuzz-task src/deployment/tools/linux/
480-
cp artifacts/agent-Linux-aarch64/onefuzz-agent src/deployment/tools/linux-aarch64/
481-
cp artifacts/agent-Linux-aarch64/onefuzz-task src/deployment/tools/linux-aarch64/
480+
# cp artifacts/agent-Linux-aarch64/onefuzz-agent src/deployment/tools/linux-aarch64/
481+
# cp artifacts/agent-Linux-aarch64/onefuzz-task src/deployment/tools/linux-aarch64/
482482
483483
cp artifacts/proxy/onefuzz-proxy-manager src/deployment/tools/linux/
484484
cp artifacts/service/api-service.zip src/deployment

0 commit comments

Comments
 (0)