mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-01 13:47:48 +00:00
fix: glibc not found
This commit is contained in:
@@ -18,7 +18,7 @@ permissions:
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
go-version: '1.20'
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3.8.1
|
||||
|
||||
@@ -4,4 +4,12 @@ YATM is a first-of-its-kind open-source tape manager for LTO tape via LTFS tape
|
||||
|
||||
## Install
|
||||
|
||||
> WIP
|
||||
```shell
|
||||
mkdir -p /opt/ltfs
|
||||
mkdir -p /opt/yatm
|
||||
|
||||
tar -xvzf yatm-linux-amd64-${RELEASE_VERSION}.tar.gz -C /opt/yatm
|
||||
|
||||
systemctl enable /opt/yatm/yatm-httpd.service
|
||||
systemctl start yatm-httpd.service
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user