Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode authored Jan 5, 2024
1 parent 662f754 commit 7a220f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
echo "https://mirrors.nju.edu.cn/loongarch/archlinux/images/QEMU_EFI_8.1.fd \
https://mirrors.pku.edu.cnloongarch/archlinux/images/QEMU_EFI_8.1.fd \
https://mirrors.wsyu.edu.cn/loongarch/archlinux/images/QEMU_EFI_8.1.fd \
https://mirror.iscas.ac.cn/loongarch/archlinux/images/QEMU_EFI_8.1.fd" | aria2c --lowest-speed-limit=200K -s14 -x14 -k400K -j 4 --continue=true -i -
https://mirror.iscas.ac.cn/loongarch/archlinux/images/QEMU_EFI_8.1.fd" | aria2c --lowest-speed-limit=200K -s14 -x14 -k1M -j 4 --continue=true -i -
mv QEMU_EFI_8.1.fd bios-loong64-8.1.bin
- name: '📦 Pack Initrd & Kernel'
Expand Down Expand Up @@ -390,4 +390,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.RELEASE_TOKEN }}
files: ./artifact/*
files: ./artifact/*

0 comments on commit 7a220f5

Please sign in to comment.