From c652cac1bdf970db7ac1b811cbb1cfadfe3235e8 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Sat, 3 Jun 2023 13:54:13 -0400 Subject: [PATCH] update arm64 --- .github/workflows/docker-build-push-dockerhub.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-push-dockerhub.yml b/.github/workflows/docker-build-push-dockerhub.yml index d43bfac..fa6e0f5 100644 --- a/.github/workflows/docker-build-push-dockerhub.yml +++ b/.github/workflows/docker-build-push-dockerhub.yml @@ -23,9 +23,6 @@ on: # release: # types: [ created ] - # # Allows you to run this workflow manually from the Actions tab - # workflow_dispatch: - # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" @@ -77,8 +74,8 @@ jobs: eval $(sed -e '/^#/d' -e 's/^/export /' -e 's/$/;/' .env) ; # Temporarily disable ARM build due to runner performance issues -# - name: Set up QEMU -# uses: docker/setup-qemu-action@v2 + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 - name: Start database run: | @@ -99,7 +96,7 @@ jobs: context: ./ file: ./Dockerfile push: ${{ github.event_name != 'pull_request' }} - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |