Compare commits

..

2 Commits

Author SHA1 Message Date
Andre Heider
5ee663c9dc upload artifacts to push actions too 2025-01-24 09:20:36 +01:00
Andre Heider
1739d5f19f add linux arm and arm64 builders 2025-01-24 09:20:36 +01:00

View File

@ -92,7 +92,7 @@ jobs:
run: > run: >
sudo apt-get install -y sudo apt-get install -y
gcc-arm-linux-gnueabihf gcc-arm-linux-gnueabihf
libc6-dev-armhf-cross libc6-armhf-cross
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
@ -128,7 +128,7 @@ jobs:
run: > run: >
sudo apt-get install -y sudo apt-get install -y
gcc-aarch64-linux-gnu gcc-aarch64-linux-gnu
libc6-dev-arm64-cross libc6-arm64-cross
- name: "Checkout" - name: "Checkout"
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: