From f93fe303500cf2b8f90a6e38dad9bba36303239d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 25 Jun 2024 18:11:57 +0200 Subject: [PATCH] ci: vulkan not ready for arm64 yet Signed-off-by: Ettore Di Giacinto --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 003ca28e..670b89cd 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -317,7 +317,7 @@ jobs: base-image: "ubuntu:22.04" makeflags: "--jobs=4 --output-sync=target" - build-type: 'vulkan' - platforms: 'linux/amd64,linux/arm64' + platforms: 'linux/amd64' tag-latest: 'false' tag-suffix: '-vulkan-ffmpeg-core' ffmpeg: 'true'