feat: build base image for rh8 #2

Merged
xoxys merged 7 commits from add-rh8 into main 2021-10-23 14:16:55 +00:00
2 changed files with 5 additions and 7 deletions
Showing only changes of commit 9ce81bda26 - Show all commits

View File

@ -165,9 +165,8 @@ local PipelineNotifications = {
}, },
], ],
depends_on: [ depends_on: [
'build-container-amd64', 'build-container-rh7',
'build-container-arm64', 'build-container-rh8',
'build-container-arm',
], ],
trigger: { trigger: {
ref: ['refs/heads/main', 'refs/tags/**'], ref: ['refs/heads/main', 'refs/tags/**'],

View File

@ -238,12 +238,11 @@ trigger:
- failure - failure
depends_on: depends_on:
- build-container-amd64 - build-container-rh7
- build-container-arm64 - build-container-rh8
- build-container-arm
--- ---
kind: signature kind: signature
hmac: 2b3a8b24f8cd073563d652dbad1ca02eb0cc7a41d666b0891bf7f5c268214362 hmac: c2cef2a4ff6e190ccbccf680b81245da0050d4c750028073329e83cc6bbb636c
... ...