mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +00:00
add back linux/arm64
This commit is contained in:
parent
607e03d179
commit
b5f6d46d35
1 changed files with 3 additions and 6 deletions
9
.github/workflows/ghcr-publish.yml
vendored
9
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue