1 个内容
我终于知道为什么那么慢了,原来我一直以来在 x86 上模拟 ARM 怪不得那么慢
# Set up QEMU for ARM support - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: platforms: arm64