File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20240104-6eda627
3
+ DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20240418-88c04a4
4
4
5
5
# ------------------------------------------------------------------------------
6
6
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268
268
# This image is not intended to be run manually.
269
269
#
270
270
# To create a dockcross helper script for the
271
- # dockcross/android-arm:20240104-6eda627 image, run:
271
+ # dockcross/android-arm:20240418-88c04a4 image, run:
272
272
#
273
- # docker run --rm dockcross/android-arm:20240104-6eda627 > dockcross-android-arm-20240104-6eda627
274
- # chmod +x dockcross-android-arm-20240104-6eda627
273
+ # docker run --rm dockcross/android-arm:20240418-88c04a4 > dockcross-android-arm-20240418-88c04a4
274
+ # chmod +x dockcross-android-arm-20240418-88c04a4
275
275
#
276
276
# You may then wish to move the dockcross script to your PATH.
277
277
#
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20240104-6eda627
3
+ DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20240418-88c04a4
4
4
5
5
# ------------------------------------------------------------------------------
6
6
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268
268
# This image is not intended to be run manually.
269
269
#
270
270
# To create a dockcross helper script for the
271
- # dockcross/android-arm64:20240104-6eda627 image, run:
271
+ # dockcross/android-arm64:20240418-88c04a4 image, run:
272
272
#
273
- # docker run --rm dockcross/android-arm64:20240104-6eda627 > dockcross-android-arm64-20240104-6eda627
274
- # chmod +x dockcross-android-arm64-20240104-6eda627
273
+ # docker run --rm dockcross/android-arm64:20240418-88c04a4 > dockcross-android-arm64-20240418-88c04a4
274
+ # chmod +x dockcross-android-arm64-20240418-88c04a4
275
275
#
276
276
# You may then wish to move the dockcross script to your PATH.
277
277
#
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20231110-9476e91
3
+ DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20230601-c2f5366
4
4
5
5
# ------------------------------------------------------------------------------
6
6
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268
268
# This image is not intended to be run manually.
269
269
#
270
270
# To create a dockcross helper script for the
271
- # dockcross/linux-arm64-lts:20231110-9476e91 image, run:
271
+ # dockcross/linux-arm64-lts:20230601-c2f5366 image, run:
272
272
#
273
- # docker run --rm dockcross/linux-arm64-lts:20231110-9476e91 > dockcross-linux-arm64-lts-20231110-9476e91
274
- # chmod +x dockcross-linux-arm64-lts-20231110-9476e91
273
+ # docker run --rm dockcross/linux-arm64-lts:20230601-c2f5366 > dockcross-linux-arm64-lts-20230601-c2f5366
274
+ # chmod +x dockcross-linux-arm64-lts-20230601-c2f5366
275
275
#
276
276
# You may then wish to move the dockcross script to your PATH.
277
277
#
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20231110-9476e91
3
+ DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20230601-c2f5366
4
4
5
5
# ------------------------------------------------------------------------------
6
6
# Helpers
@@ -268,10 +268,10 @@ exit $run_exit_code
268
268
# This image is not intended to be run manually.
269
269
#
270
270
# To create a dockcross helper script for the
271
- # dockcross/manylinux2014-x64:20231110-9476e91 image, run:
271
+ # dockcross/manylinux2014-x64:20230601-c2f5366 image, run:
272
272
#
273
- # docker run --rm dockcross/manylinux2014-x64:20231110-9476e91 > dockcross-manylinux2014-x64-20231110-9476e91
274
- # chmod +x dockcross-manylinux2014-x64-20231110-9476e91
273
+ # docker run --rm dockcross/manylinux2014-x64:20230601-c2f5366 > dockcross-manylinux2014-x64-20230601-c2f5366
274
+ # chmod +x dockcross-manylinux2014-x64-20230601-c2f5366
275
275
#
276
276
# You may then wish to move the dockcross script to your PATH.
277
277
#
You can’t perform that action at this time.
0 commit comments