Skip to content

Commit ab1caf9

Browse files
authored
Remove dependency install step (#74)
This package is now bundled in the base github runner, and we've removed `apt-get` from the image to prevent mistakes.
1 parent 98adc55 commit ab1caf9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
with:
3434
registry-type: public
3535

36-
- name: Install prerequisites for Docker build
37-
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y qemu-user-static
40-
4136
- name: Build and push Docker images
4237
env:
4338
DOCKER_HUB_KEY: ${{ secrets.DOCKER_HUB_KEY }}

0 commit comments

Comments
 (0)