Skip to content

Commit

Permalink
Re-enable linux/arm64 platform in CI docker build
Browse files Browse the repository at this point in the history
This was previously enabled in atuinsh#616 and then reverted in atuinsh#730.
  • Loading branch information
rriski committed Oct 2, 2023
1 parent da2221a commit eb05e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
build-args: RUST_BACKTRACE=1
Expand Down

0 comments on commit eb05e97

Please sign in to comment.