Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime committed Jul 5, 2024
1 parent 3640f98 commit 6fe154d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ jobs:
runs_on: ubuntu-20.04
cc: arm-linux-gnueabihf-gcc
cgo_enabled: 1
- os: linux
arch: arm32
os_alias: linux
arch_alias: armhf
goos: linux
goarch: arm
goarm: "7"
runs_on: ubuntu-22.04
cc: arm-linux-gnueabihf-gcc
cgo_enabled: 1
- os: linux
arch: arm64
os_alias: linux
Expand Down

0 comments on commit 6fe154d

Please sign in to comment.