Compare commits

...

9 Commits

Author SHA1 Message Date
Oleg Kalachev
0c0cbb66e6 Upload Parallels image 2022-11-05 16:58:55 +06:00
Oleg Kalachev
96068be29e Use sudo 2022-11-05 04:04:06 +06:00
Oleg Kalachev
4bab19ee18 Install OVF Tool for macOS 2022-11-05 02:27:13 +06:00
Oleg Kalachev
5aec478813 Fix 2022-11-02 00:57:20 +06:00
Oleg Kalachev
c5513f6f6d Install libncurses 2022-11-02 00:55:22 +06:00
Oleg Kalachev
9ece13eb34 Fix 2022-11-01 22:58:03 +06:00
Oleg Kalachev
969ac032f6 Change permissions 2022-11-01 19:24:26 +06:00
Oleg Kalachev
21423cee8e Fix 2022-11-01 17:50:09 +06:00
Oleg Kalachev
fb8110f62c Convert image to Parallels format 2022-10-31 18:02:07 +06:00
2 changed files with 12 additions and 0 deletions

View File

@@ -28,3 +28,15 @@ 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: sudo installer -pkg "VMware OVF Tool.pkg" -target /
- name: Convert to Parallels
run: |
mkdir parallels
/Applications/VMware\ OVF\ Tool/ovftool --lax output-virtualbox-ovf/*.ova parallels/clover-devel.vmx
ls -lh parallels
- name: Upload Parallels image
run: |
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: parallels

BIN
VMware OVF Tool.pkg Normal file

Binary file not shown.