Skip to content

Commit

Permalink
Update base-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apinske authored Dec 20, 2020
1 parent ffb8d5a commit 896b447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
uses: actions/cache@v2
with:
path: macos/linux-5.9.13
key: cache-arm64-3
restore-keys: cache-arm64-2
key: cache-arm64-4
restore-keys: cache-arm64-3
- name: Build
run: cd macos && sudo ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- ./build.sh && tar czf virt.tar.gz vmlinuz vda.img
- name: Upload Artifacts
Expand Down

0 comments on commit 896b447

Please sign in to comment.