Skip to content

Commit

Permalink
update snap build (#1404)
Browse files Browse the repository at this point in the history
* update snap to core24

* add arm64 snap
  • Loading branch information
tsteven4 authored Jan 23, 2025
1 parent 2ef6625 commit 0f98949
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ jobs:
id-token: write
contents: write
attestations: write
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-24.04-arm
outputs:
snap-file: ${{ steps.build-snap.outputs.snap }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gpsbabel # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
base: core24 # the base snap is the execution environment for this snap
version: '0.1' # just for humans, typically '1.2+git' or '1.3.2'
summary: "Convert, manipulate and transfer GPS data"
description: |
Expand Down Expand Up @@ -66,10 +66,10 @@ parts:
- pkg-config
- libudev-dev
- qt6-base-dev
- libqt6core5compat6-dev
- qt6-5compat-dev
stage-packages:
- zlib1g
- libshp2
- libshp4
- libusb-1.0-0
- libqt6core6
- libqt6core5compat6

0 comments on commit 0f98949

Please sign in to comment.