We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e575c commit 6d7ffc8Copy full SHA for 6d7ffc8
.github/workflows/build.yml
@@ -9,7 +9,9 @@ on:
9
jobs:
10
11
build-linux:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
13
+ container:
14
+ image: ubuntu:20.04
15
steps:
16
17
- name: Checkout Repository
@@ -54,7 +56,7 @@ jobs:
54
56
path: dist/isdb_scanner-*.whl
55
57
58
build-linux-arm:
59
60
61
62
- name: Set up QEMU
@@ -117,7 +119,7 @@ jobs:
117
119
# build-linux と build-linux-arm のジョブが完了し、かつタグが push されたときのみ実行
118
120
release:
121
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
122
123
needs:
124
- build-linux
125
- build-linux-arm
0 commit comments