Skip to content

Commit 3f349fb

Browse files
committed
Refactor release-next.yaml to use Dockerfile.arm64 for linux/aarch64 platform
1 parent bdf0ff8 commit 3f349fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-next.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: docker/build-push-action@v6
7171
with:
7272
context: .
73-
file: Dockerfile
73+
file: Dockerfile.arm64
7474
platforms: linux/aarch64
7575
push: true
7676
tags: |

0 commit comments

Comments
 (0)