From 25ebce81936226799beed28bad41e016065a27fc Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Wed, 8 Nov 2023 08:14:53 +0200 Subject: [PATCH 1/2] feat: use stable rockcraft as a default --- src/rockcraft-pack-action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rockcraft-pack-action.ts b/src/rockcraft-pack-action.ts index b826523..c981933 100644 --- a/src/rockcraft-pack-action.ts +++ b/src/rockcraft-pack-action.ts @@ -7,7 +7,7 @@ async function run(): Promise { try { const projectRoot = core.getInput('path') core.info(`Building ROCK in "${projectRoot}"...`) - const rockcraftChannel = core.getInput('rockcraft-channel') || 'edge' + const rockcraftChannel = core.getInput('rockcraft-channel') || 'stable' const rockcraftPackVerbosity = core.getInput('verbosity') const builder = new RockcraftBuilder({ From 29b6ac9df8bf0241a7ade337ae194d1ce38f72b3 Mon Sep 17 00:00:00 2001 From: Cristovao Cordeiro Date: Wed, 8 Nov 2023 08:16:28 +0200 Subject: [PATCH 2/2] fix: use @ in rockcraft test --- tests/rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rockcraft.yaml b/tests/rockcraft.yaml index ee67031..938150d 100644 --- a/tests/rockcraft.yaml +++ b/tests/rockcraft.yaml @@ -3,7 +3,7 @@ version: latest summary: A tiny ROCK description: Building a tiny ROCK from a bare base, with just one package license: Apache-2.0 -build-base: ubuntu:22.04 +build-base: ubuntu@22.04 base: bare platforms: amd64: