From 5def740b8b855f921bf34625c40db24e644d070f Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Thu, 25 May 2023 21:07:22 +0300 Subject: [PATCH] Update 25.yaml Multiarch argument --- .github/workflows/25.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/25.yaml b/.github/workflows/25.yaml index 20c5711..94fc996 100644 --- a/.github/workflows/25.yaml +++ b/.github/workflows/25.yaml @@ -30,6 +30,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # Provide GITHUB_TOKEN to login into the GitHub Packages image-name: nextcloud # Provide only Docker image name extract-git-tag: true # Provide flag to extract Docker image tag from git reference + custom-args: --platform=linux/arm64,linux/amd64 # # Steps represent a sequence of tasks that will be executed as part of the job # steps: