Skip to content

Commit cff723f

Browse files
committed
Fix Aarch64 CI workflow
1 parent fc857e5 commit cff723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: build
6969
uses: docker/build-push-action@v2
7070
with:
71-
file: Dockerfile-${{ matrix.image }}${{ matrix.dockerfile-suffix }}
71+
file: Dockerfile-${{ matrix.image }}${{ matrix.platform.dockerfile-suffix }}
7272
platforms: ${{ matrix.platform.arch }}
7373
# Only push for releases
7474
push: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}

0 commit comments

Comments
 (0)