Skip to content

Commit

Permalink
Fix containers pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Mar 7, 2022
1 parent 82a805c commit 15fdcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Install dependencies required for multi-arch builds
run: sudo apt-get install qemu-user-static podman fuse-overlayfs
run: sudo apt-get update && sudo apt-get install qemu-user-static podman fuse-overlayfs

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 15fdcae

Please sign in to comment.