Skip to content

Commit 68b529b

Browse files
install with go install since snap does not support s390x
1 parent e3c3487 commit 68b529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spread.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ prepare: |
120120
snap refresh --hold
121121
chown -R root:root "$SPREAD_PATH"
122122
cd "$SPREAD_PATH"
123-
snap install --classic concierge
123+
go install github.com/canonical/concierge@latest
124124
125125
# Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
126126
concierge prepare --trace

0 commit comments

Comments
 (0)