Skip to content

Commit

Permalink
Update to add more img
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurokosama committed Oct 10, 2021
1 parent ae1d81e commit 937e572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/Build_OP_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@ jobs:
- name: Prepare Files
run: |
cd "/home/runner/openwrt"
cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined-efi.img" "../openwrt-x86-64-generic-squashfs-combined-efi.img"
cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-rootfs.img" "../openwrt-x86-64-generic-squashfs-rootfs.img"
cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined-efi.vmdk" "../openwrt-x86-64-generic-squashfs-combined-efi.vmdk"
cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined.img" "../openwrt-x86-64-generic-squashfs-combined.img"
cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined.vmdk" "../openwrt-x86-64-generic-squashfs-combined.vmdk"
# cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined-efi.img" "../openwrt-x86-64-generic-squashfs-combined-efi.img"
# cp -f "bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined-efi.vmdk" "../openwrt-x86-64-generic-squashfs-combined-efi.vmdk"

- name: Prepare Release Zip File
id: assemble_artifact
run: |
cd "/home/runner"
zip OpenWrt-X86_64.zip openwrt-x86-64-generic-squashfs-combined-efi.img openwrt-x86-64-generic-squashfs-rootfs.img openwrt-x86-64-generic-squashfs-combined-efi.vmdk
zip OpenWrt-X86_64.zip openwrt-x86-64-generic-squashfs-combined.img openwrt-x86-64-generic-squashfs-combined.vmdk
release_tag="X86_64-$(date +%Y-%m-%d)"
echo "##[set-output name=release_tag;]$release_tag"
- name: Create Release
Expand Down
1 change: 1 addition & 0 deletions configs/x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CONFIG_ARIA2_BITTORRENT=y
CONFIG_ARIA2_NOXML=y
CONFIG_ARIA2_OPENSSL=y
CONFIG_ARIA2_WEBSOCKET=y
CONFIG_GRUB_IMAGES=y
CONFIG_KSMBD_SMB_INSECURE_SERVER=y
CONFIG_OPENVPN_openssl_ENABLE_DEF_AUTH=y
CONFIG_OPENVPN_openssl_ENABLE_FRAGMENT=y
Expand Down

0 comments on commit 937e572

Please sign in to comment.