add pycert to system-toolbox
Some checks failed
Build images / build-images-amd64 (push) Failing after 9m34s
Build images / build-images-arm64 (push) Failing after 12m18s
Build images / update-images-manifests (push) Has been skipped

This commit is contained in:
Szwendacz 2024-04-05 13:58:24 +02:00 committed by Maciej Lebiest
parent 8c86d9aaf3
commit 541c5b8f20
3 changed files with 94 additions and 6 deletions

View file

@ -12,6 +12,9 @@ jobs:
build-images-arm64:
runs-on: [ arm64 ]
steps:
- name: show info
run: |
ulimit -a
- name: install actions deps
run: |
dnf install -y nodejs git
@ -31,6 +34,9 @@ jobs:
build-images-amd64:
runs-on: [ amd64 ]
steps:
- name: show info
run: |
ulimit -a
- name: install actions deps
run: |
dnf install -y nodejs git