Skip to content

Commit

Permalink
Update version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 3, 2025
1 parent 6228d3b commit 928c84e
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ So, you will have the same directory and same default env variables when you `ru

## 2. Share code

The code is shared from the host to the VM via `rsync` by default, you can choose to use `sshfs` or `nfs` share code instead.
The code is shared from the host to the VM via `rsync` by default, you can choose to use `sshfs` or `nfs` to share code instead.


```
Expand Down Expand Up @@ -213,11 +213,33 @@ It uses [the Solaris 11.4](conf/default.release.conf) by default, you can use `r
...
```
All the supported releases are here: Solaris 11.4-gcc, 11.4, test.releases [See all here](conf)
## 6. Select architecture
The vm is using x86_64(AMD64) by default, but you can use `arch` option to change the architecture:
## 6. Custom shell
```
...
steps:
- uses: actions/checkout@v4
- name: Test
id: test
uses: vmactions/solaris-vm@v1
with:
release: "11.4-gcc"
arch: aarch64
...
```
All the supported releases are here:
{{RELEASE_TABLE}}
## 7. Custom shell
Support custom shell:
Expand Down Expand Up @@ -256,8 +278,10 @@ We use Qemu and Libvirt to run the Solaris VM.
# Upcoming features:
1. Runs on MacOS to use cpu accelaration.
2. Support ARM and other architecture.
1. Support other architectures.
Expand Down

0 comments on commit 928c84e

Please sign in to comment.