Build openfl container image and add PR pipeline for all branches #2
openfl-docker-build.yml
on: pull_request
build-and-push
37s
Annotations
1 error and 1 warning
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c curl -fsSLo /usr/share/keyrings/gramine-keyring.gpg https://packages.gramineproject.io/gramine-keyring.gpg && echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/gramine-keyring.gpg] https://packages.gramineproject.io/ jammy main\" | tee /etc/apt/sources.list.d/gramine.list && curl -fsSLo /usr/share/keyrings/intel-sgx-deb.asc https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key && echo \"deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx-deb.asc] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main\" | tee /etc/apt/sources.list.d/intel-sgx.list && apt-get update && apt-get install -y gramine --no-install-recommends && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
build-and-push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|