mirror of
https://github.com/creack/pty.git
synced 2026-03-31 18:47:10 +09:00
@@ -45,7 +45,6 @@ if ! hash docker; then
|
||||
return
|
||||
fi
|
||||
|
||||
#linux/riscv # Should work once we merge #81.
|
||||
#echo2 "Build for linux."
|
||||
#echo2 " - linux/riscv"
|
||||
#docker build -t test -f Dockerfile.riscv .
|
||||
echo2 "Build for linux."
|
||||
echo2 " - linux/riscv"
|
||||
docker build -t test -f Dockerfile.riscv .
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
|
||||
// cgo -godefs types.go
|
||||
|
||||
// +build riscv64
|
||||
// +build riscv riscv64
|
||||
|
||||
package pty
|
||||
|
||||
Reference in New Issue
Block a user