mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-08 01:49:58 +00:00
ci(docker.yml): support linux/arm64
container (#2691)
This commit is contained in:
parent
f90f0a2e61
commit
48c013709a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue