Skip to content

Commit 8b68d8e

Browse files
committed
Use correct otp & ubuntu versions again
1 parent 72d4955 commit 8b68d8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/release_hex.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ function main {
2828

2929
# UPDATE THIS FOR EVERY RELEASE
3030

31-
build ${hex_version} 25.3.2.16 1.18.0 1.18.0 noble-20241015 # need to use 1.18.0 and that requires older otp & ubuntu
32-
build ${hex_version} 26.2.5.11 1.18.0 1.18.0 noble-20250404
33-
build ${hex_version} 27.3.3 1.18.0 1.18.0 noble-20250404
31+
build ${hex_version} 25.3.2.16 1.18.0 1.18.0 noble-20241015 # need to use exactly 1.18.0 and that requires older otp & ubuntu
32+
build ${hex_version} 26.2.5.6 1.18.0 1.18.0 noble-20241015 # ditto
33+
build ${hex_version} 27.2 1.18.0 1.18.0 noble-20241015 # ditto
3434

3535
build ${hex_version} 25.3.2.20 1.17.3 1.17.0 noble-20250404
3636
build ${hex_version} 26.2.5.11 1.17.3 1.17.0 noble-20250404

scripts/release_hex_old.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ hex_version=$1
6969
rm -rf *.ez
7070

7171
# UPDATE THIS FOR EVERY RELEASE
72-
build ${hex_version} 25.3.2.16 1.18.0 1.18.0 noble-20241015 # need to use 1.18.0 and that requires older otp & ubuntu
72+
build ${hex_version} 25.3.2.16 1.18.0 1.18.0 noble-20241015 # need to use exactly 1.18.0 and that requires older otp & ubuntu
7373
build ${hex_version} 25.3.2.20 1.17.3 1.17.0 noble-20250404
7474
build ${hex_version} 24.3.4.17 1.16.3 1.16.0 focal-20240427
7575
build ${hex_version} 24.3.4.17 1.15.8 1.15.0 focal-20240427

0 commit comments

Comments
 (0)