Skip to content

Commit b5f6d46

Browse files
add back linux/arm64
1 parent 607e03d commit b5f6d46

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/ghcr-publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Publish to ghcr
22

3-
# This workflow uses actions that are not certified by GitHub.
4-
# They are provided by a third-party and are governed by
5-
# separate terms of service, privacy policy, and support
6-
# documentation.
3+
# This workflow is a modification of a example.
4+
# @ see: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
75

86
on:
97
# schedule:
@@ -32,8 +30,7 @@ jobs:
3230
matrix:
3331
platform:
3432
- linux/amd64
35-
# @todo: enable arm64 later
36-
# - linux/arm64
33+
- linux/arm64
3734

3835
steps:
3936
- name: Prepare

0 commit comments

Comments
 (0)