Skip to content

Commit

Permalink
Add ARMv6 support (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil authored Oct 8, 2023
1 parent 20b3d84 commit 26dd5ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- os: linux
image: ubuntu-latest
arch: arm
setup: sudo apt-get update && sudo apt-get install -qq gcc-arm-linux-gnueabihf
setup: sudo apt-get update && sudo apt-get install -qq gcc-arm-linux-gnueabi
env:
CC: arm-linux-gnueabihf-gcc
CXX: arm-linux-gnueabihf-g++
GOARM: 7
CC: arm-linux-gnueabi-gcc
CXX: arm-linux-gnueabi-g++
GOARM: 6
- os: linux
image: ubuntu-latest
arch: arm64
Expand Down

0 comments on commit 26dd5ea

Please sign in to comment.