From dc6437b14c3ed5b0c1ad364f7c861fad000625de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Wed, 7 Aug 2024 14:00:08 +0200 Subject: [PATCH] ci: create arm64 image for dev-main by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- .github/workflows/axosyslog-image-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/axosyslog-image-snapshot.yml b/.github/workflows/axosyslog-image-snapshot.yml index c15b8ef03c..4dc114310e 100644 --- a/.github/workflows/axosyslog-image-snapshot.yml +++ b/.github/workflows/axosyslog-image-snapshot.yml @@ -47,7 +47,7 @@ jobs: needs: tarball with: type: snapshot - platforms: ${{ inputs.platforms || 'linux/amd64' }} + platforms: ${{ inputs.platforms || 'linux/amd64,linux/arm64' }} snapshot-tarball-artifact: source-tarball snapshot-version: ${{ needs.tarball.outputs.snapshot-version }} snapshot-tags: dev-${{ github.ref_name }}