Skip to content

Commit

Permalink
docs: add osx-arm64 doc to format and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi authored and fyhertz committed May 21, 2024
1 parent c91cee8 commit b5d1bb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ Debian packages are generated from [ops2deb](https://github.com/upciti/ops2deb)
* Run `make lock` to update the lock files.
* Create a new pull request using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).

> [!TIP]
> If you are running on Apple `arm64` based system you can use this command to format and generate lock files:
> ```sh
> docker run --platform linux/amd64 --workdir /home/ops2deb --volume ./:/home/ops2deb --rm \
> docker.io/wakemeops/debian /bin/bash -c "apt update && apt install -y make ops2deb && make format && make lock"
> ```
## :notebook_with_decorative_cover: Documentation

Please refer to our documentation at https://docs.wakemeops.com for more information.

0 comments on commit b5d1bb0

Please sign in to comment.