run:
yay -Syu adobe-source-han-sans-otc-fonts adobe-source-han-serif-otc-fonts
yay -Syu fcitx5-im tfcitx5-pinyin-zhwiki fcitx5-rime
sudo vim /etc/profile
FROM golang:1.9 | |
WORKDIR /go/src/github.com/purplebooth/example | |
COPY . . | |
RUN go build -ldflags "-linkmode external -extldflags -static" -a main.go | |
FROM scratch | |
COPY --from=0 /go/src/github.com/purplebooth/example/main /main | |
CMD ["/main"] |
Tested on NCA-1510B Lanner Electronics Inc.