Add build stage and remove linux/arm/v7

This commit is contained in:
Mohamed Elashri
2024-04-08 17:12:26 +02:00
committed by GitHub
parent 17ae6668b4
commit a0f46c326a
2 changed files with 35 additions and 17 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64, linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}