Skip to content

Commit

Permalink
fix Dockerfile usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Nov 10, 2023
1 parent 1b6155e commit b9c9593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64
file: ./arm64-Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
file: ./Dockerfile
push: true
tags: ${{ inputs.version }}

0 comments on commit b9c9593

Please sign in to comment.