File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 6
6
matrix :
7
7
config :
8
8
- {arch: aarch64, branch: latest-stable}
9
- - {arch: armv7, branch: latest-stable}
10
9
- {arch: riscv64, branch: edge}
11
10
runs-on : ubuntu-latest
12
11
steps :
Original file line number Diff line number Diff line change @@ -6,13 +6,11 @@ package randomy
6
6
//#cgo linux,arm64 LDFLAGS:-L${SRCDIR}/build/linux-arm64 -lm
7
7
//#cgo linux,aarch64 LDFLAGS:-L${SRCDIR}/build/linux-aarch64 -lm
8
8
//#cgo linux,riscv64 LDFLAGS:-L${SRCDIR}/build/linux-riscv64 -lm
9
- //#cgo linux,armv7 LDFLAGS:-L${SRCDIR}/build/linux-armv7 -lm
10
9
//#cgo darwin,amd64 LDFLAGS:-L${SRCDIR}/build/darwin-x86_64 -lm
11
10
//#cgo darwin,arm64 LDFLAGS:-L${SRCDIR}/build/darwin-arm64 -lm
12
11
//#cgo windows,amd64 LDFLAGS:-L${SRCDIR}/build/windows-x86_64
13
12
//#include <stdlib.h>
14
13
//#include "randomy.h"
15
- darwin - arm64 darwin - x86_64 linux - aarch64 linux - arm64 linux - armv7 linux - riscv64 linux - x86_64 windows - x86_64
16
14
import "C"
17
15
import (
18
16
"errors"
You can’t perform that action at this time.
0 commit comments