add steps for building container images to building workflow
All checks were successful
All checks were successful
This commit is contained in:
parent
7c91871ac2
commit
99884ac726
@ -30,7 +30,11 @@ jobs:
|
|||||||
- name: Run script for x86
|
- name: Run script for x86
|
||||||
run: |
|
run: |
|
||||||
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \
|
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \
|
||||||
--stages build test sync --create-remote-dirs'
|
--stages build test sync --create-remote-dirs'
|
||||||
|
- name: Run script for container x86
|
||||||
|
run: |
|
||||||
|
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/container-x86.yaml \
|
||||||
|
--stages build test sync --create-remote-dirs'
|
||||||
|
|
||||||
building-x86-vm:
|
building-x86-vm:
|
||||||
runs-on: alt-sisyphus
|
runs-on: alt-sisyphus
|
||||||
@ -85,3 +89,6 @@ jobs:
|
|||||||
- name: Run script for aarch
|
- name: Run script for aarch
|
||||||
run: |
|
run: |
|
||||||
ssh -A abuilder "ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-aarch64.yaml --stages build test sync --create-remote-dirs'"
|
ssh -A abuilder "ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-aarch64.yaml --stages build test sync --create-remote-dirs'"
|
||||||
|
- name: Run script for container aarch
|
||||||
|
run: |
|
||||||
|
ssh -A abuilder "ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/container-aarch64.yaml --stages build test sync --create-remote-dirs'"
|
||||||
|
Loading…
Reference in New Issue
Block a user