Skip to content

Commit 1ea472e

Browse files
committed
ci: bump all dockcross images to 20260515-5fd14ac (latest)
Bump DEFAULT_DOCKCROSS_IMAGE in all five wrappers from 20260312/13-9b3357c to 20260515-5fd14ac — the newest dockcross release on Docker Hub (verified: a full tag scan shows nothing dated later than 2026-05-15 across the images, no 2026-06 build exists, and 'latest' points to the same digest). This is a tag-pin bump on line 3 (the operative pin), not a full update.sh docker regeneration (which needs Docker unavailable here); the wrapper body is version-stable. It changes the toolchain for every cross-compiled native artifact, so each platform should be confirmed green in CI. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LjWiKSyNzqqpobSKYRiew5
1 parent c4b3adf commit 1ea472e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dockcross/dockcross-android-arm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20260312-9b3357c
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm:20260515-5fd14ac
44

55
#------------------------------------------------------------------------------
66
# Helpers

.github/dockcross/dockcross-android-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20260312-9b3357c
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/android-arm64:20260515-5fd14ac
44

55
#------------------------------------------------------------------------------
66
# Helpers

.github/dockcross/dockcross-linux-arm64-lts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20260313-9b3357c
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-arm64-lts:20260515-5fd14ac
44

55
#------------------------------------------------------------------------------
66
# Helpers

.github/dockcross/dockcross-manylinux2014-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20260312-9b3357c
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux2014-x64:20260515-5fd14ac
44

55
#------------------------------------------------------------------------------
66
# Helpers

.github/dockcross/dockcross-manylinux_2_28-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux_2_28-x64:20260312-9b3357c
3+
DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux_2_28-x64:20260515-5fd14ac
44

55
#------------------------------------------------------------------------------
66
# Helpers

0 commit comments

Comments
 (0)