From a619a4e09e179ca10a2f0e10cdc8da70d16b39f5 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:21:03 +0100 Subject: Revert "Add a linux/arm64 architecture variant to the official container (#46)" (#49) This reverts commit f1e72c0ceacacb6a0f8152509a18e3136823840a. --- .github/workflows/docker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a3e77f3..a0c8bf3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -102,10 +102,9 @@ jobs: uses: docker/build-push-action@v3 with: context: . + # Due to build time, only building the one currently needed. # If needed, we can add more platforms when requested. - platforms: - - linux/amd64 - - linux/arm64 + platforms: "linux/amd64" # Do not push pull requests push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} -- cgit v1.2.3-54-g00ecf