Skip to content

Commit b76839f

Browse files
committed
Update test-linux.yml
1 parent 8c448c8 commit b76839f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,17 @@ jobs:
7979
# Linux/ARM64 プラットフォームの Docker コンテナ上で実行
8080
container:
8181
image: ubuntu:22.04
82-
platform: linux/arm64
82+
options: --platform=linux/arm64
8383

8484
steps:
8585
- name: Checkout repository
8686
uses: actions/checkout@v4
8787
with:
8888
submodules: recursive
8989

90-
# QEMU の設定は不要(完全に ARM64 環境のコンテナ内なので)
90+
- name: Register QEMU for emulation
91+
uses: docker/setup-qemu-action@v3
92+
9193
- name: Install build tools and libraries
9294
run: |
9395
apt-get update -qq

0 commit comments

Comments
 (0)