mirror of
https://github.com/valitydev/holmes.git
synced 2024-11-06 01:45:25 +00:00
Add arm64 build
This commit is contained in:
parent
38594a5436
commit
b19724b880
2
.github/workflows/build-image.yaml
vendored
2
.github/workflows/build-image.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
build-args: |
|
||||
|
Loading…
Reference in New Issue
Block a user