You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debian/README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
3# Packaging Onboard-SDK-4.0
1
+
# Packaging Onboard-SDK-4.0
2
2
3
3
* The goal is to make as few custom changes to this repository as possible.
4
4
* Consider making custom changes to one of our repos that extends this library.
5
5
* We forked this repository so we could provide debian binary packages for easy and consistent distributions.
6
6
7
+
Updating from DJI's origin is encouraged. Branch from our master, then pull from their tag that you wish to merge.
8
+
7
9
Changes are currently found under two directories introduced by AM:
8
10
9
11
* debian/
@@ -25,13 +27,16 @@ Let's keep it that way.
25
27
26
28
### ARM 64 Builder
27
29
28
-
We provide self hosted runners to build our ARM binaries, however, this can cause a [security threat](https://help.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories).
30
+
We provide self hosted runners to build our AMD and ARM binaries, however, this can cause a [security threat](https://help.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories).
29
31
For this reason, we only bring up the self hosted runner manually when builds need to happen, which should be rare.
30
32
Organization action runners will not satisfy requirements since Github restricts such from the Org level, but allows at the repo level where we can apply granualar control.
1. You should see `√ Connected to GitHub` and `Listening for Jobs`
35
-
1. You should see `arm-builder` available in the [repo's actions](https://github.com/AutoModality/Onboard-SDK-4.0/settings/actions)
37
+
1. You should see `flops2` available in the [repo's actions](https://github.com/AutoModality/Onboard-SDK-4.0/settings/actions)
36
38
1. Any queues actions should be processed.
37
39
40
+
Repeat the steps above with `arm-builder-2`.
41
+
42
+
See [Github Actions Wiki](https://automodality.atlassian.net/wiki/spaces/AMROS/pages/758382915/Continuous+Integration+with+Github+Actions#FLOPS-AMD-Builders) for more information about builders.
0 commit comments