mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Convert image to Parallels format
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -28,3 +28,9 @@ jobs:
|
||||
AWS_ACCESS_KEY_ID=${{secrets.S3_KEY}} AWS_SECRET_ACCESS_KEY=${{secrets.S3_SECRET_KEY}} aws s3 sync . s3://clovervm/ --acl public-read --endpoint-url https://ams3.digitaloceanspaces.com --no-progress
|
||||
echo Uploaded https://clovervm.ams3.digitaloceanspaces.com/$(ls)
|
||||
working-directory: output-virtualbox-ovf
|
||||
- name: Install ovftool
|
||||
run: |
|
||||
./VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle--extract ovftool
|
||||
ls ovftool
|
||||
- name: Convert to Parallels
|
||||
run: ovftool/ovftool --lax output-virtualbox-ovf/*.ova clover-devel.vmx && ls
|
||||
|
||||
122405
VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle
Normal file
122405
VMware-ovftool-4.3.0-7948156-lin.x86_64.bundle
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user