Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable rockcraft #17

Merged
merged 2 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rockcraft-pack-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ async function run(): Promise<void> {
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({
Expand Down
2 changes: 1 addition & 1 deletion tests/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down