Drop arm platforms

This commit is contained in:
Mohammed Al-Mahdawi 2022-06-01 11:16:55 +03:00
parent e5d5a0d148
commit 54bbeaf4b9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ jobs:
with: with:
context: . context: .
file: ./${{ matrix.file }} file: ./${{ matrix.file }}
platforms: linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7 platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.image-tags.outputs.tags }} tags: ${{ steps.image-tags.outputs.tags }}
- name: Build and push images - name: Build and push images