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 d8d5078
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
os_alias: osx
arch_alias: amd64
goos: darwin
runs_on: macos-11
runs_on: macos-12
- os: linux
arch: arm32
os_alias: linux
Expand All @@ -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 d8d5078

Please sign in to comment.