kopia lustrzana https://github.com/elk-zone/elk
ci(docker.yml): support `linux/arm64` container (#2691)
rodzic
f90f0a2e61
commit
48c013709a
|
@ -38,7 +38,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.metal.outputs.tags }}
|
||||
labels: ${{ steps.metal.outputs.labels }}
|
||||
|
|
Ładowanie…
Reference in New Issue