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
@ -31,6 +31,10 @@ jobs:
|
||||
run: |
|
||||
ssh builder 'cd cloud-build && ./cloud-build.py -c ./configs/cb-ve-x86.yaml \
|
||||
--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:
|
||||
runs-on: alt-sisyphus
|
||||
@ -85,3 +89,6 @@ jobs:
|
||||
- name: Run script for aarch
|
||||
run: |
|
||||
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