Skip to content

Introduces immutability to OCI image #8

Introduces immutability to OCI image

Introduces immutability to OCI image #8

Workflow file for this run

name: CI Pipeline for ghostcript-printer-app
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:
jobs:
build-rock:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Pack with Rockcraft
uses: canonical/craft-actions/rockcraft-pack@main
id: rockcraft
build-snap:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Snap Package
uses: snapcore/action-build@v1
id: snapcraft