From 66f1475fb19d52eb0104dfa857e13b3fadaee434 Mon Sep 17 00:00:00 2001 From: nixpig <143995476+nixpig@users.noreply.github.com> Date: Fri, 27 Dec 2024 06:03:48 +0000 Subject: [PATCH] chore: update release --- .github/workflows/release.yml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e73ca6..2a07361 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ on: required: true jobs: - test: + release: runs-on: ubuntu-latest steps: - name: Checkout diff --git a/README.md b/README.md index b0d5f4d..e8f82bc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ This is a personal project for me to explore and better understand the OCI Runti - [ ] Implement [Cgroups v2](https://github.com/opencontainers/runtime-spec/blob/main/config-linux.md#control-groups) - [ ] Implement optional [Seccomp](https://github.com/opencontainers/runtime-spec/blob/main/config-linux.md#seccomp) - [ ] Implement optional [AppArmor](https://github.com/opencontainers/runtime-spec/blob/main/config.md#linux-process) -- [ ] Build, version and package - [ ] Refactor and tidy-up