Skip to content

Commit 212f7f7

Browse files
committed
Fix arch
1 parent 0d655af commit 212f7f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 }}

.github/workflows/call-check-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
app_name: "simplelogin"
1414
release_type: "github"
1515
release_url: "https://api.github.com/repos/simple-login/app"
16+
target-arch: "amd64"
1617
secrets:
1718
repo_release_token: ${{ secrets.repo_release_token }}

0 commit comments

Comments
 (0)