Skip to content

Commit

Permalink
Fix 3.13 build failure on arm32v7 by moving to Ubuntu 24.04
Browse files Browse the repository at this point in the history
+ apt-get install --yes --no-install-recommends ca-certificates gosu tzdata
...
+ gosu nobody true
panic: unaligned 64-bit atomic operation
preempt off reason: doAllThreadsSyscall
fatal error: panic during preemptoff
  • Loading branch information
yosifkit committed Dec 13, 2024
1 parent f792f92 commit 55d4ee3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 3.13/ubuntu/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": "26.2.5.6"
},
"ubuntu": {
"version": "22.04"
"version": "24.04"
},
"version": "3.13.7"
},
Expand Down
2 changes: 1 addition & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare -A alpineVersions=(
)

declare -A ubuntuVersions=(
[3.13]='22.04'
[3.13]='24.04'
[4.0]='24.04'
[4.1]='24.04'
)
Expand Down

0 comments on commit 55d4ee3

Please sign in to comment.