mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-09-19 19:07:56 +02:00
It is sometimes necessary to use specifically x86_64 for build testing. An ARM64 script was also included for completeness
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# This script assumes that Docker is installed
|
|
|
|
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment:$(uname -m)
|