From b5f6d46d35f6019c36a52273382a1ab7236ef77b Mon Sep 17 00:00:00 2001 From: bkellam Date: Thu, 19 Sep 2024 16:49:41 -0700 Subject: [PATCH] add back linux/arm64 --- .github/workflows/ghcr-publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ghcr-publish.yml b/.github/workflows/ghcr-publish.yml index f19a25a2..e61e0baa 100644 --- a/.github/workflows/ghcr-publish.yml +++ b/.github/workflows/ghcr-publish.yml @@ -1,9 +1,7 @@ name: Publish to ghcr -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. +# This workflow is a modification of a example. +# @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners on: # schedule: @@ -32,8 +30,7 @@ jobs: matrix: platform: - linux/amd64 - # @todo: enable arm64 later - # - linux/arm64 + - linux/arm64 steps: - name: Prepare