Skip to content

Commit ea01e63

Browse files
committed
chore: Handle Go v1.26 compatibility changes
1 parent 111b5ce commit ea01e63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/scripts/cross-build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if [[ -z "${platforms}" ]]; then
1212
platforms=(
1313
"windows/amd64"
1414
"windows/arm64"
15-
"windows/arm"
1615
"linux/amd64"
1716
"linux/arm64"
1817
"linux/arm"
@@ -38,4 +37,4 @@ do
3837
exit 1
3938
fi
4039
echo "Completed: ${output_name}"
41-
done
40+
done

0 commit comments

Comments
 (0)