Commit Graph

574 Commits (75b1ef2c57bc97c653562b65b68eebac949b6036)

Author SHA1 Message Date
Alex Tran fc1acf6f01 Remove release build on github action 2022-03-29 22:10:21 +07:00
Alex fccdbdd66a
Update production dockerfile for a cleaner look (#86) 2022-03-29 08:56:59 +07:00
Alex be72df70fe
Update issue templates 2022-03-19 12:18:21 +07:00
Alex f1ab700334
Create FUNDING.yml 2022-03-18 20:51:22 +07:00
dependabot[bot] 94514cfeea
Bump docker/build-push-action from 2.9.0 to 2.10.0 (#53)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 10:22:06 +07:00
Alex e196ff1e2f
Remove Android Build From Github Action (#49) 2022-03-14 10:15:02 +07:00
Alex Tran 46e344bb92 Fixed path issue in github action android build 2022-03-14 09:04:08 +07:00
Alex Tran 7f038cae90 Added Android build singing info 2022-03-14 09:01:24 +07:00
Alex Tran 489a34b10c Added Android build singing info 2022-03-14 08:59:58 +07:00
Alex Tran 46b2b6b558 Added Android build singing info 2022-03-14 08:52:59 +07:00
Alex Tran bb7566426c Added Android build singing info 2022-03-14 08:40:03 +07:00
Alex Tran db366aac08 Add APK build to Github Action 2022-03-13 10:34:05 +07:00
dependabot[bot] 4630ca5321
Bump actions/checkout from 2.4.0 to 3 (#36)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 16:01:58 +07:00
Alex 94cc1d7dbd
Integrate Fastlane CI/CD (#44) 2022-03-11 10:59:31 +07:00
Alex Tran 9bcbdd31ce Added arm64 to github action for docker build 2022-02-09 20:52:38 +07:00
Alex Tran 690f30f3dd Update Artifact path 2022-02-08 11:57:49 +07:00
Alex Tran 561b030e80 Update github action 2022-02-08 11:43:38 +07:00
Alex Tran 4756c075b6 Added work flow to build APK on push to master 2022-02-08 11:36:43 +07:00
Alex Tran 2a4d4ea999 Change docker hub name to the correct one 2022-02-07 16:20:21 +07:00
Alex Tran 547ce49500 Remove armv7-64bit for docker build as Tensorflow doesn't support that architecture, add amd64 2022-02-07 15:52:42 +07:00
Alex Tran 03864e52ff Enable automated dockerhub image build 2022-02-07 08:55:15 +07:00
Alex c24fb403c5
Implemented load new image when navigating back from backup page (#9) 2022-02-06 20:31:32 +07:00
Alex 1d3ee2008c
Update workflow to build on pull request only 2022-02-06 13:11:17 +07:00
schklom c917875943
Automated multi-platform build and DockerHub publication (#8)
* Automated multi-arch build

This setup uses GitHub Actions to build an image for arm/v7 and arm64 then publish them on DockerHub (you need to setup repo secrets first) every time you want (workflow_dispatch), every push, every pull requests (pull_requests), or on a schedule (cronjob) :)

Remove the triggers you don't want.

Reminder: if you ever move the Dockerfile (or some dependencies), you will have to correct the Dockerfile path (and/or the context path).

* Create dependabot.yml

This checks the dependencies' versions for the Actions everyday and creates a pull request if there are new versions available.
2022-02-06 13:06:01 +07:00