Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 768 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 768 Bytes

fava-bins

CI

beancount/fava binaries generated using PyInstaller

Currently building:

  • MacOS x86 64-bit
  • Linux x86 64-bit
  • Linux ARM 64-bit

Build

FAVA_VERSION="X.X" ./build.sh

Test

./dist/fava sample.beancount

Self-hosted runner setup

We are using public GitHub runners for all builds except Linux ARM64 which is not yet supported by GitHub. For this purpose we are using a self-hosted runner on AWS.

EC2 instance: Ubuntu 20.04

Dependencies:

sudo apt-get install build-essential zip zlib1g-dev python3-dev