Skip to content

Commit

Permalink
docs(readme): docker -> docker-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 2, 2024
1 parent 518050e commit 54ef0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-ctr.rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Set up QEMU
# if: (!contains(fromJSON('["x64", "rv64gc"]'), matrix.arch))
if: (!matrix.machine == 'armbian') || (!matrix.arch == 'x64')
if: (matrix.machine != 'armbian') || (matrix.arch != 'x64')
uses: docker/setup-qemu-action@v3

- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To enable experimental source, run a sid container and then edit the **/etc/apt/
- Just change the values of `ver` & `arch`
- What follows may seem complicated, but it's actually quite simple to follow step-by-step.
- Depends:
- `docker.io` | `docker`
- `docker.io` | `docker-ce` | `docker-ee`
- `zsh` (>= 5)
- Recommends:
- [qemu-user-static](https://tracker.debian.org/pkg/qemu) | [qemu-user-static-binfmt](https://archlinux.org/packages/extra/x86_64/qemu-user-static-binfmt/)
Expand Down

0 comments on commit 54ef0fd

Please sign in to comment.