Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Sep 5, 2024
1 parent e6f5ecf commit 88be0f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-x86-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ jobs:
- name: Enable docker experimental features
run: |
sudo echo '{"experimental": true}' > /etc/docker/daemon.json
sudo ls -lhd /etc/docker
sudo ls -lh /etc/docker
sudo sh -c "echo '{\"experimental\": true}' > /etc/docker/daemon.json"
sudo ls -lh /etc/docker
sudo systemctl restart docker
sudo ip6tables -S
false
Expand Down

0 comments on commit 88be0f0

Please sign in to comment.