The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
```
```bash
docker run --rm--privileged multiarch/qemu-user-static:register --reset
docker run --rm--privileged multiarch/qemu-user-static:register --reset
```
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
## Update the chagelog
## Update the changelog
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-baseimage-ubuntu/tree/master/root), add an entry to the changelog
If you are modifying the Dockerfiles or any of the startup scripts in [root](https://github.com/linuxserver/docker-baseimage-ubuntu/tree/xenial/root), add an entry to the changelog
-[ ] I have read the [contributing](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications
-[ ] I have read the [contributing](https://github.com/linuxserver/docker-baseimage-ubuntu/blob/xenial/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications