From b2e1bec0ca147b3723bb3fcc38102998843b5c5c Mon Sep 17 00:00:00 2001 From: Frank Breedijk Date: Wed, 20 Nov 2024 18:02:36 +0100 Subject: [PATCH] Build it for a mac too (#115) Support for building docker ARM image --- .github/workflows/build_Docker_image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_Docker_image.yml b/.github/workflows/build_Docker_image.yml index f0dbb96..4ffc215 100644 --- a/.github/workflows/build_Docker_image.yml +++ b/.github/workflows/build_Docker_image.yml @@ -34,7 +34,7 @@ jobs: steps: # Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PERSONAL_TOKEN }} fetch-depth: 0 @@ -68,6 +68,7 @@ jobs: - name: Build and push Docker images uses: docker/build-push-action@v2 with: + platforms: linux/amd64,linux/arm64 pull: true push: true tags: rabobankcdc/dettect:latest, ${{ env.version_tag }}