Skip to content

Commit

Permalink
feat: build for both arm and amd
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed Oct 26, 2023
1 parent b8462b8 commit c0706cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v5
with:
file: Dockerfile.dev
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit c0706cc

Please sign in to comment.