diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile.onenote.snap.arm64 similarity index 100% rename from .github/workflows/Dockerfile rename to .github/workflows/Dockerfile.onenote.snap.arm64 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd80f100..d0875259 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - file: .github/workflows/Dockerfile + file: .github/workflows/Dockerfile.onenote.snap.arm64 load: true platforms: linux/arm64 tags: yourusername/electronapp:latest