Skip to content

Commit 1c24ef1

Browse files
committed
Fix build on snapcraft 7.x.
1 parent 43a64a2 commit 1c24ef1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

snap/snapcraft.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ parts:
7575
fi
7676
snapcraftctl set-version $VER
7777
build-packages:
78-
- on amd64:
79-
- to arm64:
80-
- libssl-dev:arm64
81-
- to amd64:
82-
- libssl-dev
78+
- to arm64:
79+
- libssl-dev:arm64
80+
- to amd64:
81+
- libssl-dev:amd64

0 commit comments

Comments
 (0)