Skip to content

Commit

Permalink
ci: update multi arch build init
Browse files Browse the repository at this point in the history
Github action changes base image, we need to install qemu binaries.

Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
  • Loading branch information
sergelogvinov committed Mar 15, 2024
1 parent c1ab34c commit 36757fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-edge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build edge

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -23,11 +24,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Unshallow
run: git fetch --prune --unshallow

- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up docker buildx
run: make docker-init

Expand Down

0 comments on commit 36757fc

Please sign in to comment.