Skip to content

Commit

Permalink
fix(ci): arm64 unit test: use unified Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 11, 2024
1 parent 0e66220 commit d17182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
file: ./Dockerfile.arm64
file: ./Dockerfile
load: true
tags: ${{ github.run_id }}
platforms: linux/arm64
Expand Down

0 comments on commit d17182b

Please sign in to comment.