Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion run-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ runs:
run: |
# If we got a manifest file then parse the revision from it
if ls manifest-amd64.yaml &>/dev/null; then
rev="$(yq -r '.revision' manifest-amd64.yaml)"
arch="$(dpkg --print-architecture)"
rev="$(yq -r '.revision' manifest-$arch.yaml)"
echo "Installing snap revision '${rev}' from build manifest"
sudo snap install "${snap_name}" --revision "${rev}"
else
Expand Down
Loading