We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fab78b + 24d1af4 commit cf3898dCopy full SHA for cf3898d
.github/workflows/build.yml
@@ -19,6 +19,15 @@ jobs:
19
with:
20
fetch-depth: 0 # Needed for changelog generation
21
22
+ - name: Install gnueabihf
23
+ run: |
24
+ apt-get -y update \
25
+ && apt-get -y install \
26
+ gcc-arm-linux-gnueabihf \
27
+ wget \
28
+ git \
29
+ build-essential
30
+
31
- name: Setup go ${{ env.GOLANG_VERSION }}
32
uses: actions/setup-go@v5
33
.gitignore
@@ -1,3 +1,6 @@
1
dist/
2
/.idea/vcs.xml
3
/.idea/.gitignore
4
+/.idea/modules.xml
5
+/.idea/os-agent.iml
6
+/.idea/inspectionProfiles/Project_Default.xml
0 commit comments