From 5e01737aa5e0c85dcd79cb664d9388e6ce53cc01 Mon Sep 17 00:00:00 2001 From: corver Date: Thu, 26 Sep 2024 14:17:14 +0200 Subject: [PATCH] ci(github): fix failing release action again (#1980) We only support linux/amd64 images at this point. issue: none --- .github/workflows/release-official.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-official.yml b/.github/workflows/release-official.yml index 1ed837c96..82fd70da5 100644 --- a/.github/workflows/release-official.yml +++ b/.github/workflows/release-official.yml @@ -42,9 +42,6 @@ jobs: HALO_VERSION_0_GENESIS=${{ github.ref_name }} platforms: | linux/amd64 - linux/arm64 - darwin/amd64 - darwin/arm64 push: true tags: | omniops/halovisor:latest