Skip to content

Commit

Permalink
First attempt at fixing arm64 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiolaverde0 committed Jan 16, 2024
1 parent da74efe commit ae84750
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down 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 ae84750

Please sign in to comment.