Skip to content

Commit

Permalink
Install QEMU dependency without separate action
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jun 19, 2024
1 parent cee4add commit aaee69b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
with:
fetch-depth: 0
path: meta-nao
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Install QEMU dependency
run: |
apt-get update
apt-get install -y qemu-user-static
- name: Build development image
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit aaee69b

Please sign in to comment.