From 05442a6aeae267fd0b84fbfcebf0a44acacef6c3 Mon Sep 17 00:00:00 2001 From: flameshikari Date: Fri, 14 Jun 2024 12:52:41 +0500 Subject: [PATCH] temporary disable arm64 building --- .github/README.md | 4 ++++ .github/workflows/build.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 881ea47..6c82b74 100644 --- a/.github/README.md +++ b/.github/README.md @@ -10,6 +10,10 @@ Из доступных архитектур контейнера имеются только `amd64` и `arm64`, потому что мультиплатформерная сборка на GitHub Actions с помощью QEMU очень медленная: остальные архитектуры собираются часами либо вовсе зависают намертво. +### 14.06.2024 + +`arm64` перестала собираться. Вероятно, образ раннера обновили и что-то сломалось. Разберусь с этим позже; пока что доступна только `amd64`. + ## Установка Всё делается по [официальной инструкции](https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t), только в качестве `image` нужно использовать `flameshikari/outline-ru:latest` или `ghcr.io/flameshikari/outline-ru:latest` (вместо `latest` можно указать версию; доступные смотреть [здесь](https://github.com/flameshikari/outline-ru/releases)). diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a90ff9b..bea3329 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true cache-from: type=gha cache-to: type=gha,mode=max