Skip to content

Commit c67f7e0

Browse files
authored
Merge pull request #2 from linuxserver-labs/fix-arm
Enable arm64
2 parents 63790dd + d10f16b commit c67f7e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/call-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
app_name: "simplelogin"
1515
release_type: "github"
1616
release_url: "https://api.github.com/repos/simple-login/app"
17-
target-arch: "amd64"
17+
target-arch: "64"
1818
secrets:
1919
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848
echo "**** install build packages ****" && \
4949
apt-get update && \
5050
apt-get install -y \
51+
gcc \
5152
git \
5253
libre2-dev \
5354
pkg-config \
@@ -63,6 +64,7 @@ RUN \
6364
libre2-10 && \
6465
echo "**** cleanup ****" && \
6566
apt-get purge -y \
67+
gcc \
6668
git \
6769
libre2-dev \
6870
pkg-config \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The architectures supported by this image are:
5151
| Architecture | Available | Tag |
5252
| :----: | :----: | ---- |
5353
| x86-64 || latest |
54-
| arm64 | | latest |
54+
| arm64 | | latest |
5555

5656
## Application Setup
5757

0 commit comments

Comments
 (0)