From d4c87ff5b81e9537c6e22a059b8208fb3d37c5c4 Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 22 Dec 2023 08:45:37 +0100 Subject: [PATCH] Disable use of missing native arm64 docker builder for the streaming image (#2539) --- .github/workflows/build-nightly.yml | 2 +- .github/workflows/build-push-pr.yml | 2 +- .github/workflows/build-releases.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 8b8584a034..ea171ab867 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -48,7 +48,7 @@ jobs: with: file_to_build: streaming/Dockerfile platforms: linux/amd64,linux/arm64 - use_native_arm64_builder: true + use_native_arm64_builder: false cache: false push_to_images: | tootsuite/mastodon-streaming diff --git a/.github/workflows/build-push-pr.yml b/.github/workflows/build-push-pr.yml index f8df3cc39d..4c2ab54e9f 100644 --- a/.github/workflows/build-push-pr.yml +++ b/.github/workflows/build-push-pr.yml @@ -47,7 +47,7 @@ jobs: with: file_to_build: streaming/Dockerfile platforms: linux/amd64,linux/arm64 - use_native_arm64_builder: true + use_native_arm64_builder: false push_to_images: | ghcr.io/mastodon/mastodon-streaming version_metadata: ${{ needs.compute-suffix.outputs.metadata }} diff --git a/.github/workflows/build-releases.yml b/.github/workflows/build-releases.yml index 4ddbba976f..e396055ebc 100644 --- a/.github/workflows/build-releases.yml +++ b/.github/workflows/build-releases.yml @@ -34,7 +34,7 @@ jobs: with: file_to_build: streaming/Dockerfile platforms: linux/amd64,linux/arm64 - use_native_arm64_builder: true + use_native_arm64_builder: false push_to_images: | tootsuite/mastodon-streaming ghcr.io/mastodon/mastodon-streaming