Skip to content

Commit

Permalink
Test linux arm32 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
japajoe committed Jan 22, 2025
1 parent f003d90 commit da60cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-linux-${{ matrix.arch }}
name: build-linux-arm64
path: build/

build-linux-arm32:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: build-linux-${{ matrix.arch }}
name: build-linux-arm
path: build/

build-windows:
Expand Down

0 comments on commit da60cb4

Please # to comment.