Skip to content

Commit cf3898d

Browse files
authored
Merge pull request #2 from phpclub/armhf-beta
Build for arm-linux-gnueabihf-gcc
2 parents 0fab78b + 24d1af4 commit cf3898d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ jobs:
1919
with:
2020
fetch-depth: 0 # Needed for changelog generation
2121

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+
2231
- name: Setup go ${{ env.GOLANG_VERSION }}
2332
uses: actions/setup-go@v5
2433
with:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
dist/
22
/.idea/vcs.xml
33
/.idea/.gitignore
4+
/.idea/modules.xml
5+
/.idea/os-agent.iml
6+
/.idea/inspectionProfiles/Project_Default.xml

0 commit comments

Comments
 (0)