File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 - name : Install and configure Poetry
1919 uses : snok/install-poetry@v1
2020 with :
21+ version : 1.8.5
2122 virtualenvs-in-project : true
2223
2324 - name : Setup Python 3.11
9091 uses : docker/build-push-action@v3
9192 with :
9293 context : .
94+ platforms : linux/arm64
9395 tags : arm64v8/ubuntu:build
9496 cache-from : type=gha,scope=arm64v8/ubuntu
9597 cache-to : type=gha,scope=arm64v8/ubuntu,mode=max
Original file line number Diff line number Diff line change @@ -202,15 +202,15 @@ rm ./recisdb_1.2.2-1_arm64.deb
202202> アンインストールは ` sudo apt remove recisdb ` で行えます。
203203
204204ISDBScanner 自体は Python スクリプトですが、Python 3.11 がインストールされていない環境でも動かせるよう、PyInstaller でシングルバイナリ化した実行ファイルを公開しています。
205- 下記は ISDBScanner v1.2.0 時点でのインストール手順です。
205+ 下記は ISDBScanner v1.2.1 時点でのインストール手順です。
206206
207207``` bash
208208# x86_64 環境
209- sudo wget https://github.com/tsukumijima/ISDBScanner/releases/download/v1.2.0 /isdb-scanner -O /usr/local/bin/isdb-scanner
209+ sudo wget https://github.com/tsukumijima/ISDBScanner/releases/download/v1.2.1 /isdb-scanner -O /usr/local/bin/isdb-scanner
210210sudo chmod +x /usr/local/bin/isdb-scanner
211211
212212# arm64 環境
213- sudo wget https://github.com/tsukumijima/ISDBScanner/releases/download/v1.2.0 /isdb-scanner-arm -O /usr/local/bin/isdb-scanner
213+ sudo wget https://github.com/tsukumijima/ISDBScanner/releases/download/v1.2.1 /isdb-scanner-arm -O /usr/local/bin/isdb-scanner
214214sudo chmod +x /usr/local/bin/isdb-scanner
215215```
216216
Original file line number Diff line number Diff line change 11
2- __version__ = '1.2.0 '
2+ __version__ = '1.2.1 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " isdb-scanner"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44description = " 受信可能な日本のテレビチャンネル (ISDB-T/ISDB-S) を全自動でスキャンし、スキャン結果を様々な形式で出力するツール"
55authors = [" tsukumi <tsukumijima@users.noreply.github.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments