mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: add github action for multiarch build
added a github action for multiarch docker build. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
12ff7b7c98
commit
067f77fbe1
19
.github/workflows/build-multi-stage.yaml
vendored
Normal file
19
.github/workflows/build-multi-stage.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: multi-arch-build
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
codespell:
|
||||
name: multi-arch-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: multi-arch-build
|
||||
# podman cannot pull images with both tag and digest
|
||||
# https://github.com/containers/buildah/issues/1407
|
||||
# use docker to build images
|
||||
run: CONTAINER_CMD=docker ./scripts/build-multi-arch-image.sh
|
Loading…
Reference in New Issue
Block a user