diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe783b1..6ad7274 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,15 @@ jobs: with: fetch-depth: 0 # Needed for changelog generation + - name: Install gnueabihf + run: | + apt-get -y update \ + && apt-get -y install \ + gcc-arm-linux-gnueabihf \ + wget \ + git \ + build-essential + - name: Setup go ${{ env.GOLANG_VERSION }} uses: actions/setup-go@v5 with: diff --git a/.gitignore b/.gitignore index ac17030..79e4d90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ dist/ /.idea/vcs.xml /.idea/.gitignore +/.idea/modules.xml +/.idea/os-agent.iml +/.idea/inspectionProfiles/Project_Default.xml