Skip to content

Commit

Permalink
reenable arm builds on test
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 6, 2020
1 parent 27b2f45 commit c0153c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
uses: crazy-max/ghaction-docker-buildx@v1
with:
version: latest
# --platform linux/arm,linux/arm64,linux/amd64 \
- name: Run Buildx
run: |
docker buildx build \
--platform linux/amd64 \
--platform linux/arm,linux/arm64,linux/amd64 \
--output "type=image,push=false" \
--no-cache \
--file ./Dockerfile . \
Expand Down

0 comments on commit c0153c4

Please sign in to comment.