Skip to content

Commit

Permalink
ci: install qemu [Multi-platform busybox image] (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP authored Apr 4, 2024
1 parent 1b7897d commit 86ab1ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,12 @@ jobs:
name: ftw-envoy-logs
path: build/ftw-envoy.log

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
if: ${{ matrix.multiphase_eval=='true' }}
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Docker meta
if: ${{ matrix.multiphase_eval=='true' }}
Expand Down Expand Up @@ -131,7 +134,7 @@ jobs:

- name: Build and push busybox based image
if: ${{ matrix.multiphase_eval=='true' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -145,7 +148,7 @@ jobs:
- name: Build and push
if: ${{ matrix.multiphase_eval=='true' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 86ab1ff

Please sign in to comment.