add back linux/arm64

This commit is contained in:
bkellam 2024-09-19 16:49:41 -07:00
parent 607e03d179
commit b5f6d46d35

View file

@ -1,9 +1,7 @@
name: Publish to ghcr name: Publish to ghcr
# This workflow uses actions that are not certified by GitHub. # This workflow is a modification of a example.
# They are provided by a third-party and are governed by # @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
# separate terms of service, privacy policy, and support
# documentation.
on: on:
# schedule: # schedule:
@ -32,8 +30,7 @@ jobs:
matrix: matrix:
platform: platform:
- linux/amd64 - linux/amd64
# @todo: enable arm64 later - linux/arm64
# - linux/arm64
steps: steps:
- name: Prepare - name: Prepare