Skip to content

Commit

Permalink
test: Remove Docker experimental on tests
Browse files Browse the repository at this point in the history
cdalvaro committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6b107ba commit cc698d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -84,14 +84,6 @@ jobs:
name: docker-registry-data
path: ${{ env.REGISTRY_PATH }}

- name: Enable Docker experimental
run: |
# Enable docker daemon experimental support.
echo '{"experimental": true}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
# Install QEMU multi-architecture support for docker buildx.
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Start Docker registry
run: |
docker run --rm --detach --publish 5000:5000 \

0 comments on commit cc698d2

Please sign in to comment.