Skip to content

Commit

Permalink
GHA: need to install buildx for aarch64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Dec 11, 2024
1 parent f8d57b6 commit 5b74b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ jobs:

- name: Install Docker, git
run: |
apt-get update && apt-get install -y docker.io docker-compose-v2 git
apt-get update && apt-get install -y \
docker.io docker-compose-v2 docker-buildx git
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b74b94

Please sign in to comment.