Skip to content

Commit

Permalink
Attempted fix for ARM Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RossMeikleham committed Mar 20, 2022
1 parent 2ba9930 commit d097ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_linux.yml
Expand Up @@ -61,7 +61,8 @@ jobs:
uses: actions/checkout@v2
-
name: Build
run: |
run: |
sudo apt-get update
sudo apt-get --yes --no-install-recommends install binfmt-support qemu-user-static
docker build -t plutoboy -f build/Unix/ARM/Dockerfile .
docker run -e cc=gcc -e framework=SDL2 -e mode=release -v $(pwd):/mnt plutoboy
Expand All @@ -86,6 +87,7 @@ jobs:
-
name: Build
run: |
sudo apt-get update
sudo apt-get --yes --no-install-recommends install binfmt-support qemu-user-static
docker build -t plutoboy -f build/Unix/ARM/Dockerfile .
docker run -e cc=gcc -e framework=SDL -e mode=release -v $(pwd):/mnt plutoboy
Expand Down

0 comments on commit d097ec5

Please sign in to comment.