Skip to content

Commit

Permalink
added 26.0 to the image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Dec 21, 2023
1 parent 6e2eeed commit ae96990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-bitcoin-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ declare -A VERSION_ARCH_MAP=(
["23.2"]="amd64 arm64 armhf"
["24.2"]="amd64 arm64 armhf"
["25.1"]="amd64 arm64 armhf"
["26.0"]="amd64 arm64 armhf"
)

if [ -d "src/templates" ]; then
Expand Down

0 comments on commit ae96990

Please sign in to comment.