From 1d7d65ae216ce88514aaa55ff6106f338220dab7 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Sun, 22 Sep 2024 01:16:04 +0000 Subject: [PATCH] add support arm64(maybe) --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c25411..1039c34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,9 @@ jobs: strategy: matrix: tag: [cpu, cuda] + platform: + - linux/amd64 + - linux/arm64 steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -33,4 +36,5 @@ jobs: push: true tags: | ghcr.io/${{ github.repository }}:${{ matrix.tag }} - file: docker/${{ matrix.tag }}.Dockerfile \ No newline at end of file + file: docker/${{ matrix.tag }}.Dockerfile + platforms: ${{ matrix.platform }} \ No newline at end of file