Skip to content

Commit

Permalink
chore(docker): restore arm images (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored May 11, 2021
1 parent 27c8f83 commit d587cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: build+push
uses: docker/build-push-action@v2
with:
platforms: linux/amd64
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
file: docker/Dockerfile
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit d587cf4

Please sign in to comment.