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.
1 parent 0d655af commit 212f7f7Copy full SHA for 212f7f7
.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 }}
.github/workflows/call-check-and-release.yml
@@ -13,5 +13,6 @@ jobs:
13
repo_release_token: ${{ secrets.repo_release_token }}
0 commit comments