Update Dockerfile and workflows to add MaiMBot-LPMM support

Added MaiMBot-LPMM directory in Dockerfile and its repository clone step in the GitHub workflow. Upgraded compiler setup to use build-essential and included a CPU info check in the Dockerfile.
This commit is contained in:
infinitycat
2025-04-25 03:39:14 +08:00
parent 1e75082141
commit b24358cc29
2 changed files with 8 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ jobs:
- name: Clone maim_message
run: git clone https://github.com/MaiM-with-u/maim_message maim_message
- name: Clone lpmm
run: git clone https://github.com/MaiM-with-u/MaiMBot-LPMM.git MaiMBot-LPMM
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3