mirror of https://github.com/akaunting/docker.git
Drop arm platforms
This commit is contained in:
parent
e5d5a0d148
commit
54bbeaf4b9
|
@ -84,7 +84,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./${{ matrix.file }}
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.image-tags.outputs.tags }}
|
||||
- name: Build and push images
|
||||
|
|
Loading…
Reference in New Issue