From 50bc0f262db8a3770ffdfcd5f80c5a330dae778d Mon Sep 17 00:00:00 2001 From: jhot Date: Tue, 19 Sep 2023 10:55:48 -0600 Subject: [PATCH] platforms --- .forgejo/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 7683874..a7dd964 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -39,6 +39,9 @@ jobs: uses: docker/build-push-action@v4.2.1 with: context: . + platforms: + - linux/amd64 + - linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}