enable linux/arm64 builds

This commit is contained in:
Amruth Pillai
2023-11-23 00:15:39 +01:00
committed by GitHub
parent f716726e80
commit 94f330e19b

View File

@ -25,7 +25,7 @@ jobs:
matrix:
platform:
- linux/amd64
# - linux/arm64 # Skipping linux/arm64 for now as it is extremely slow to build on GitHub Actions
- linux/arm64
steps:
- name: Checkout Repository