Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-11 03:14:59 +09:00
parent 5c55e44c84
commit cb953a5c8c

View File

@ -262,13 +262,6 @@ jobs:
path: build_${{ matrix.build }}_${{ matrix.arch }}
key: build-${{ matrix.build }}-${{ matrix.arch }}-${{ github.run_id }}
- name: Cleanup artifacts
if: success() || failure()
env:
BUILD_BASE_IMAGE: ${{ steps.base_build.outputs.base_build_image }}
run: |
podman rmi -i -f ${BUILD_BASE_IMAGE}
build_images:
timeout-minutes: 90
needs: [ "build_base_database", "init_build"]