1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-27 23:56:48 -04:00
Commit Graph

20 Commits

Author SHA1 Message Date
e5662b95f8 Build > python 3.10 2024-09-16 11:58:54 -04:00
afeb11a085 Refactor Dockerfile
This patch reworks the main Dockerfile to do builds for
both the pypi upstream release of aprsd as well as the
github repo branch of aprsd for development.  This eliminates
the need for Dockerfile-dev.

This patch also installs aprsd as a user in the container image
instead of as root.
2024-05-23 10:58:46 -04:00
a88de2f09c update github action branchs to v8 2024-02-07 08:55:24 -05:00
4b56e99689 updated github workflows 2023-09-01 14:51:55 -04:00
5723e3a77b removed linux/arm/v8 2023-07-20 14:33:59 -04:00
dee73c1060 Update master build to include linux/arm/v8 2023-07-17 22:08:00 +00:00
f4d60357ee
Update master-build.yml
undo
2023-06-22 10:04:59 -04:00
09a0c4cb02 Add github manual trigger for master build 2023-06-22 10:03:39 -04:00
9931c8a6c5 USe new tox and update githubworkflows
This patch updates tox to the latest and updates the github workflows
to use tox-gh, which is claimed to work with github parallel tox runs
2023-06-22 07:58:35 -04:00
15bf3710d2 Update github workflows
removed building for arm64
2023-06-21 18:55:32 -04:00
87cbcaa47f Try and fix broken 32bit qemu builds on 64bit system
This patch adds a 'fix' for trying to build on armv7 32bit system
from a 64bit system.  qemu seems broken in this case.
2022-12-15 13:05:22 -05:00
321c5a2c25 remove armv7 build RUST sucks 2022-12-13 08:37:31 -05:00
4111d16aaf specify Dockerfile-dev 2022-11-25 11:21:10 -05:00
d9b39734e6 Build on the source not released aprsd 2022-11-25 10:03:34 -05:00
117f81f55f Add support for building linux/arm/v7
This patch adds support for the github workflow for building
the raspi architecture
2022-11-24 09:44:32 -05:00
b41e4a9ef3 Remove python 3.7 from docker build github
This patch removes the testing of python 3.7 during the
github action workflow for building the docker image
2022-11-23 15:41:27 -05:00
ab6583666f remove arm build for now 2022-11-04 14:06:03 -04:00
358aa59042 remove linux/arm/v6 from docker platform build 2022-11-04 10:41:25 -04:00
9671dacb1c Only tag master build as master 2022-11-04 10:32:22 -04:00
1383352e75
create master-build.yml
This patch adds the tox and docker image build for the latest container image on every push to master branch
2022-11-04 10:27:43 -04:00