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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue