We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0706d commit 6f4740dCopy full SHA for 6f4740d
.github/workflows/build.yml
@@ -93,9 +93,9 @@ jobs:
93
wget "https://downloadmirror.intel.com/23295/eng/f6flpy-x86_11.2.0.1006.zip" -O "/tmp/satax86.zip" -q
94
wget "https://downloadmirror.intel.com/23295/eng/f6flpy-x64_11.2.0.1006.zip" -O "/tmp/satax64.zip" -q
95
mkdir -p /tmp/iso/sata/xp/x86
96
- mkdir -p /tmp/iso/sata/xp/x64
+ mkdir -p /tmp/iso/sata/xp/amd64
97
unzip /tmp/satax86.zip -d /tmp/iso/sata/xp/x86
98
- unzip /tmp/satax64.zip -d /tmp/iso/sata/xp/x64
+ unzip /tmp/satax64.zip -d /tmp/iso/sata/xp/amd64
99
echo & echo
100
genisoimage -o /tmp/out.iso -r -iso-level 4 -input-charset iso8859-1 -V "virtio-win-${{ env.latest_tag }}" /tmp/iso
101
mv /tmp/out.iso /tmp/virtio-win-${{ env.latest_tag }}.iso
0 commit comments