diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 95eaec3f..6de80bfa 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -16,14 +16,14 @@ name: Build and Publish Docker images # If you want to push images on every git push to the repo:main branch -on: - push: - branches: main +# on: +# push: +# branches: main ## If you want to push images only on a new tag/release -# on: -# release: -# types: [created] +on: + release: + types: [created] env: REGISTRY: ghcr.io @@ -81,6 +81,7 @@ jobs: # linux/386 platforms: | linux/amd64 + linux/arm64 # Note: tags have to be all lower-case tags: ${{ steps.meta_php.outputs.tags }} labels: ${{ steps.meta_php.outputs.labels }} diff --git a/README.md b/README.md index 276ba8d8..e97c75fb 100755 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ You can read about all the features of LinguaCafe in this [overview](https://sim Supported platforms: - x64, which includes most desktop computers made in the last decade. +- Macs with Apple silicon are supported, but need to uncomment the line that says `platform: linux/amd64` by removing the "#" near the end of the file. -Armv8, which includes the Macs running on Apple Silicon and Raspberry Pis 3 and newer do not work at the moment. This issue will be addressed in an update soon. +Other Armv8 devices such as Raspberry Pis 3 and newer do not work at the moment. ![Library](/GithubImages/LibraryCover.jpg) diff --git a/docker-compose.yml b/docker-compose.yml index f58e346a..4a279e94 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -57,3 +57,4 @@ services: - /your/linguacafe/temp/folder:/var/www/html/storage/app/temp networks: - linguacafe + # platform: linux/amd64