mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 10:20:13 +00:00
ci: update multi arch build init
Github action changes base image, we need to install qemu binaries. Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
7
.github/workflows/build-edge.yaml
vendored
7
.github/workflows/build-edge.yaml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Build edge
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user