Skip to content

Commit bca4d81

Browse files
authored
Merge pull request #95 from infosiftr/1.12
Add 1.12.0-beta1
2 parents aa1d49c + ae74313 commit bca4d81

File tree

8 files changed

+371
-0
lines changed

8 files changed

+371
-0
lines changed

1.12-rc/bookworm/Dockerfile

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/bookworm/docker-entrypoint.sh

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/bullseye/Dockerfile

Lines changed: 83 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/bullseye/docker-entrypoint.sh

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/windows/windowsservercore-1809/Dockerfile

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/windows/windowsservercore-ltsc2022/Dockerfile

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.12-rc/windows/windowsservercore-ltsc2025/Dockerfile

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,50 @@
100100
"windows/windowsservercore-1809"
101101
],
102102
"version": "1.11.4"
103+
},
104+
"1.12": null,
105+
"1.12-rc": {
106+
"arches": {
107+
"amd64": {
108+
"sha256": "be66effc43fc8b870d09d74b25dfe365ca32733c7b735df28f4a7fadfcff23d1",
109+
"url": "https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.0-beta1-linux-x86_64.tar.gz"
110+
},
111+
"arm64v8": {
112+
"sha256": "257b74706f1cd36d0c45beb921f9abb81129257fd6e957cc4cf779894e624a3f",
113+
"url": "https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.0-beta1-linux-aarch64.tar.gz"
114+
},
115+
"darwin-amd64": {
116+
"sha256": "2d6bf5e2e720442660cebfe5d117f42dbcf346ba47ad367b26fa5433753446d2",
117+
"url": "https://julialang-s3.julialang.org/bin/mac/x64/1.12/julia-1.12.0-beta1-mac64.tar.gz"
118+
},
119+
"darwin-arm64v8": {
120+
"sha256": "80bf6457bae1f12d807f2cbc26be8052062c98c4940ef8e37085caca44af2cf0",
121+
"url": "https://julialang-s3.julialang.org/bin/mac/aarch64/1.12/julia-1.12.0-beta1-macaarch64.tar.gz"
122+
},
123+
"freebsd-amd64": {
124+
"sha256": "436ebba9371813182885885fa5c0993bf5d5c410885863543d53be062157575e",
125+
"url": "https://julialang-s3.julialang.org/bin/freebsd/x64/1.12/julia-1.12.0-beta1-freebsd-x86_64.tar.gz"
126+
},
127+
"i386": {
128+
"sha256": "4e0ffe430529bfb127482d9965a1e711965435517739aed112898dee50ea1da4",
129+
"url": "https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.0-beta1-linux-i686.tar.gz"
130+
},
131+
"windows-amd64": {
132+
"sha256": "b9ec290ab3f5262553d30ebf852e9acf4f9c96ef415b9ef8005f1eadde807ca1",
133+
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.0-beta1-win64.exe"
134+
},
135+
"windows-i386": {
136+
"sha256": "5b12635fc1e8dc09be00654f4c82b86dca6a2293672b9f93ea87c8d609acd633",
137+
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.0-beta1-win32.exe"
138+
}
139+
},
140+
"variants": [
141+
"bookworm",
142+
"bullseye",
143+
"windows/windowsservercore-ltsc2025",
144+
"windows/windowsservercore-ltsc2022",
145+
"windows/windowsservercore-1809"
146+
],
147+
"version": "1.12.0-beta1"
103148
}
104149
}

0 commit comments

Comments
 (0)