# Is the linux armv7l binary deprecated?

**URL:** https://discourse.julialang.org/t/is-the-linux-armv7l-binary-deprecated/85924
**Category:** Internals & Design
**Created:** [August 18, 2022, 1:22pm UTC](https://discourse.julialang.org/t/is-the-linux-armv7l-binary-deprecated/85924 "2022-08-18T13:22:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aptalca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aptalca/32/38877_2.png) [@aptalca](https://discourse.julialang.org/u/aptalca)
#### Post date: [August 18, 2022, 1:22pm UTC](https://discourse.julialang.org/t/is-the-linux-armv7l-binary-deprecated/85924/1 "2022-08-18T13:22:29Z")

</div>

Hi,

I maintain a julia mod for `linuxserver.io`’s code-server and openvscode-server docker images. I am pulling the x86\_64, armv7l and aarch64 binaries from the website’s downloads section: [Download Julia](https://julialang.org/downloads/)

I noticed that there is no armv7l binary uploaded for 1.8.0 even though the link exists (404s). I looked through the release notes and I don’t see any mention of deprecation, but I did notice that the [release announcement here](https://discourse.julialang.org/t/julia-v1-8-0-has-been-released/85919) leaves out linux armv7l in the list of binaries.

Can you confirm whether armv7l binary is deprecated or not?

Thanks

---

<div class="post-metadata">

### Author: ![Sukera](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@Sukera](https://discourse.julialang.org/u/Sukera)
#### Post date: [August 18, 2022, 2:03pm UTC](https://discourse.julialang.org/t/is-the-linux-armv7l-binary-deprecated/85924/2 "2022-08-18T14:03:40Z")

</div>

ARMv7 is only [Tier 3](https://julialang.org/downloads/#supported_platforms) support right now:

> - Tier 3: Julia may or may not build. If it does, it is unlikely to pass tests. Binaries may be available in some cases. When they are, they should be considered experimental. Ongoing support is dependent on community efforts.

So they’re not deprecated, but they’re also not guaranteed to be available.

---

<div class="post-metadata">

### Author: ![aptalca](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aptalca/32/38877_2.png) [@aptalca](https://discourse.julialang.org/u/aptalca)
#### Post date: [August 18, 2022, 2:07pm UTC](https://discourse.julialang.org/t/is-the-linux-armv7l-binary-deprecated/85924/3 "2022-08-18T14:07:43Z")

</div>

Fair enough. Thanks for the confirmation.
