From 1e471f47c0678524293c5f10057d300681d9bf3e Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Sun, 25 Feb 2024 14:01:07 -0600 Subject: [PATCH] stuff --- .github/workflows/compile_cosmic.yml | 2 +- .github/workflows/push_images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_cosmic.yml b/.github/workflows/compile_cosmic.yml index 50a1605..367276f 100644 --- a/.github/workflows/compile_cosmic.yml +++ b/.github/workflows/compile_cosmic.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, arm64] #add ,arm64 to add back arm build + arch: [amd64] #add ,arm64 to add back arm build steps: - name: Maximize build space diff --git a/.github/workflows/push_images.yml b/.github/workflows/push_images.yml index 96b1d6c..3ab9a5d 100644 --- a/.github/workflows/push_images.yml +++ b/.github/workflows/push_images.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - arch: [amd64, arm64] #add ,arm64 to add back arm build + arch: [amd64] #add ,arm64 to add back arm build version: [39, 40] image_name: [fedora-cosmic-atomic, fedora-cosmic-atomic-silverblue] steps: