Skip to content

Commit

Permalink
Docker build: add ARM64 platform and bump Github action version (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Mar 25, 2023
1 parent a7e361e commit ef9d019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
push: true
platforms: linux/amd64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: |
${{ secrets.DOCKER_IMAGE }}:latest
ghcr.io/${{ secrets.DOCKER_IMAGE }}:latest
Expand Down

0 comments on commit ef9d019

Please sign in to comment.