Re-enable linux/arm64 platform in CI docker build (#1276)

This was previously enabled in #616 and then reverted in #730.
This commit is contained in:
rriski 2023-10-03 06:32:32 +03:00 committed by GitHub
parent da2221a87f
commit ab8a48b2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 #,linux/arm64 platforms: linux/amd64,linux/arm64
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
build-args: RUST_BACKTRACE=1 build-args: RUST_BACKTRACE=1