Skip to content

Commit 6f4740d

Browse files
authored
Update build.yml
1 parent 9e0706d commit 6f4740d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
wget "https://downloadmirror.intel.com/23295/eng/f6flpy-x86_11.2.0.1006.zip" -O "/tmp/satax86.zip" -q
9494
wget "https://downloadmirror.intel.com/23295/eng/f6flpy-x64_11.2.0.1006.zip" -O "/tmp/satax64.zip" -q
9595
mkdir -p /tmp/iso/sata/xp/x86
96-
mkdir -p /tmp/iso/sata/xp/x64
96+
mkdir -p /tmp/iso/sata/xp/amd64
9797
unzip /tmp/satax86.zip -d /tmp/iso/sata/xp/x86
98-
unzip /tmp/satax64.zip -d /tmp/iso/sata/xp/x64
98+
unzip /tmp/satax64.zip -d /tmp/iso/sata/xp/amd64
9999
echo & echo
100100
genisoimage -o /tmp/out.iso -r -iso-level 4 -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
101101
mv /tmp/out.iso /tmp/virtio-win-${{ env.latest_tag }}.iso

0 commit comments

Comments
 (0)