From c2920a8d3577b8a073bdbee40c3a01f4df15a8b1 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sun, 12 Dec 2021 21:40:46 -0600 Subject: [PATCH] Re-implement ARM64 builds. --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 7ea659de6..c05e30803 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -183,7 +183,7 @@ jobs: with: context: . push: true - # platforms : linux/amd64,linux/arm64 + platforms : linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=ghcr.io/azuracast/web:buildcache