We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c67f7e0 + 5da26c7 commit ecbb6b0Copy full SHA for ecbb6b0
.github/workflows/call-build-image.yml
@@ -14,6 +14,6 @@ jobs:
14
app_name: "simplelogin"
15
release_type: "github"
16
release_url: "https://api.github.com/repos/simple-login/app"
17
- target-arch: "64"
+ target-arch: "amd64"
18
secrets:
19
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
README.md
@@ -51,7 +51,7 @@ The architectures supported by this image are:
51
| Architecture | Available | Tag |
52
| :----: | :----: | ---- |
53
| x86-64 | ✅ | latest |
54
-| arm64 | ✅ | latest |
+| arm64 | ❌ | latest |
55
56
## Application Setup
57
0 commit comments