Skip to content

Commit

Permalink
Revert back to without buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroNeumann committed Sep 5, 2023
1 parent 53cd2b0 commit c33aef9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
docker-version: '20.10.9'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Configure Docker Host
run: |
echo '{"hosts": ["tcp://127.0.0.1:2375", "unix:///var/run/docker.sock"]}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
- name: Checkout project sources
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c33aef9

Please sign in to comment.