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

beancount/fava binaries generated using pyinstaller

License

Notifications You must be signed in to change notification settings

boronine/fava-bins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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