Added ARM64

This commit is contained in:
itspooya
2023-05-08 04:48:25 +03:30
committed by Ho3ein
parent b4fd254c71
commit f286c9a86a
2 changed files with 57 additions and 0 deletions

View File

@@ -39,3 +39,13 @@ jobs:
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image ARM64
uses: docker/build-push-action@v4
with:
context: .
file: .github/DockerfileARM
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}