From b0a22b70b99165ded39b859e9fb4e4401b1d85cb Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 19 Apr 2024 14:04:30 +0100 Subject: [PATCH] Fix target arch --- .github/workflows/call-build-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call-build-image.yml b/.github/workflows/call-build-image.yml index 7a13407..fa8cf2f 100644 --- a/.github/workflows/call-build-image.yml +++ b/.github/workflows/call-build-image.yml @@ -15,6 +15,7 @@ jobs: release_type: "alpine" release_url: "v3.19/main" release_name: "monit" - target-arch: "64" + target-arch: >- + ["amd64", "aarch64"] secrets: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}