Skip to content

Commit

Permalink
Update docker-image-perception-feature.yml
Browse files Browse the repository at this point in the history
Removed docker experimental feature
  • Loading branch information
Nawaque authored Mar 22, 2024
1 parent dc7f8f6 commit 19e7570
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-image-perception-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
- name: Login to Github Package Registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
- name: Enable Docker Daemon Experimental Features
run: |
sudo rm /etc/docker/daemon.json
echo '{"experimental": true , "cgroup-parent": "/actions_job" }' | sudo tee -a /etc/docker/daemon.json
sudo service docker restart
docker version
- name: Install QEMU to be able to compile on X86 into ARM64
run: |
sudo apt-get update
Expand Down Expand Up @@ -92,4 +86,4 @@ jobs:
with:
channel: github-ci-notifications
status: FAILED
color: danger
color: danger

0 comments on commit 19e7570

Please sign in to comment.