Skip to content

Commit

Permalink
build-image-distrobuilder: Bump to 1.23.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 17, 2024
1 parent 7340424 commit 56125d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-image-distrobuilder
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ apt-get clean
# Install distrobuilder
GOARCH=\$(dpkg --print-architecture)
[ "\${GOARCH}" = "armhf" ] && GOARCH=armv6l
curl -sL "https://go.dev/dl/go1.23.2.linux-\${GOARCH}.tar.gz" | tar -zx -C /usr/local/
curl -sL "https://go.dev/dl/go1.23.4.linux-\${GOARCH}.tar.gz" | tar -zx -C /usr/local/
export PATH=/usr/local/go/bin:\${PATH}
git clone https://github.com/lxc/distrobuilder --depth 1
Expand Down

0 comments on commit 56125d4

Please sign in to comment.