Skip to content

Commit ecbb6b0

Browse files
authored
Merge pull request #3 from linuxserver-labs/undo-arm
Revert arm change
2 parents c67f7e0 + 5da26c7 commit ecbb6b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: "64"
17+
target-arch: "amd64"
1818
secrets:
1919
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}

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)