Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | vaultwaden: Default branch is called "main", not "master"
  • Loading branch information
MichaIng committed Oct 29, 2023
1 parent 181f531 commit 5a67ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/software/vaultwarden/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wv_url=$(curl -sSf 'https://api.github.com/repos/dani-garcia/bw_web_builds/relea
[[ $wv_url ]] || { G_DIETPI-NOTIFY 1 'No latest web vault version found, aborting ...'; exit 1; }

# RISC-V workaround until ring dependency has been raised to v0.17+
[[ $G_HW_ARCH == 11 && $version == '1.29.2' ]] && version_pkg=$version version='master'
[[ $G_HW_ARCH == 11 && $version == '1.29.2' ]] && version_pkg=$version version='main'

# Build
G_DIETPI-NOTIFY 2 "Building vaultwarden version \e[33m$version"
Expand Down

0 comments on commit 5a67ac6

Please sign in to comment.