ehh
Some checks failed
Build and release container directly from master / release (push) Failing after 28s

This commit is contained in:
knight 2025-05-05 11:10:56 -04:00
parent 2ba1fe4db9
commit 5c282637a6

View File

@ -23,6 +23,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: install docker
run: sudo apt install docker.io
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with: