401a5bccc84dca01c45ebddb77a300889011f5e4
[AGL/documentation.git] / docs / 3_Developer_Guides / 2_Building_Microservices_Natively / 1_verify-build-host.md
1 ---
2 edit_link: ''
3 title: Verify Your Build Host
4 origin_url: >-
5   https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/agl-documentation/host-configuration/docs/1-verify-build-host.md
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/host-configuration-developer-guides-devguides-book.yml -->
9
10 # Verify Your Build Host
11
12 In order to build a Microservice binding natively, you need to be using a
13 supported Linux distribution.
14 In general, a recent version of Debian, Ubuntu, OpenSUSE, and Fedora works.
15 Following is a specific list of supported distributions:
16
17 * [Debian](https://www.debian.org/releases/) 9.0
18 * [Ubuntu](https://wiki.ubuntu.com/Releases) 16.04, 16.10, 17.10, and 18.04
19 * [OpenSUSE](https://en.opensuse.org/openSUSE:Roadmap) Leap 15.0 and Tumbleweed
20 * [Fedora](https://fedoraproject.org/wiki/Releases) 27, 28, 29, and Rawhide.
21
22 Exporting the `DISTRO` environment variable defines the distribution.
23 Following are examples:
24
25 ```bash
26 export DISTRO="Debian_9.0"
27 export DISTRO="xUbuntu_16.04"
28 export DISTRO="xUbuntu_16.10"
29 export DISTRO="xUbuntu_17.10"
30 export DISTRO="xUbuntu_18.04"
31 ```
32
33 Set the `DISTRO` environment appropriately.