mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-08 01:15:04 +01:00
Re-enable arm docker builds (#616)
This commit is contained in:
parent
b6e18b031f
commit
f3894ef9c0
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64 #,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user