Skip to content

Commit

Permalink
Merge pull request #70 from sergiolaverde0/hotfix
Browse files Browse the repository at this point in the history
Hotfix: Partial ARM support
  • Loading branch information
simjanos-dev authored Jan 16, 2024
2 parents e063751 + 7c3c109 commit fca79e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ services:
- /your/linguacafe/temp/folder:/var/www/html/storage/app/temp
networks:
- linguacafe
# platform: linux/amd64

0 comments on commit fca79e7

Please sign in to comment.