From cd20b2d3a372d1806efd8645eaa8c324a6b928bb Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 13 Jan 2024 14:25:43 +0100 Subject: [PATCH] CI: Start providing OCI images for the ARM architecture OCI images are Linux-only so far. --- .github/workflows/oci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 4d79cc7..a532f07 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -82,6 +82,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: ${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}