From 38e85e11c39b822264c5813cd69ce40321230677 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Mon, 29 Jan 2024 05:25:17 +0000 Subject: [PATCH] test rc Signed-off-by: Billy Zha --- snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index cafbce539..16145c052 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,13 +11,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: oras +name: oras-test version: '{VERSION}' summary: Package for the ORAS CLI tool description: | A snap package for the ORAS CLI tool, which is used for managing OCI artifacts. base: core22 -confinement: classic +confinement: strict grade: stable architectures: @@ -29,7 +29,7 @@ architectures: build-for: s390x parts: - oras: + oras-test: plugin: go source: https://github.com/oras-project/oras.git source-type: git @@ -53,7 +53,7 @@ parts: apps: - oras: + oras-test: command: bin/oras plugs: - home