Skip to content

Commit

Permalink
Add linux arm64 build (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatalov authored Feb 10, 2025
1 parent afff399 commit 8fcdbe0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,33 @@ jobs:
path: out/build/linux-${{ matrix.arch }}-debug/fallout2-ce
retention-days: 7

linux-arm64:
name: Linux (arm64)

runs-on: ubuntu-22.04-arm

steps:
- name: Clone
uses: actions/checkout@v4

- name: Dependencies
run: |
sudo apt update
sudo apt install libsdl2-dev zlib1g-dev
- name: Configure
run: cmake -B build -D CMAKE_BUILD_TYPE=Debug -D FALLOUT_VENDORED=OFF

- name: Build
run: cmake --build build

- name: Upload
uses: actions/upload-artifact@v4
with:
name: fallout2-ce-linux-arm64
path: build/fallout2-ce
retention-days: 7

macos:
name: macOS

Expand Down

0 comments on commit 8fcdbe0

Please sign in to comment.