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

chore: bump build base to ubuntu 24.04 #30

Merged
merged 1 commit into from
May 27, 2024
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

```bash
rockcraft pack -v
sudo skopeo --insecure-policy copy oci-archive:sdcore-amf_1.4.0_amd64.rock docker-daemon:sdcore-amf:1.4.0
docker run sdcore-amf:1.4.0
sudo skopeo --insecure-policy copy oci-archive:sdcore-amf_1.4.1_amd64.rock docker-daemon:sdcore-amf:1.4.1
docker run sdcore-amf:1.4.1
```
3 changes: 2 additions & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sdcore-amf
base: bare
build-base: ubuntu@22.04
build-base: ubuntu@24.04
version: '1.4.1'
summary: SD-Core AMF
description: SD-Core AMF
Expand All @@ -19,5 +19,6 @@ parts:
- go/1.21/stable
stage-packages:
- libc6_libs
- base-files_lib
organize:
bin/cmd: bin/amf
Loading