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: