Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanabx committed Feb 25, 2024
1 parent 99438d7 commit 1e471f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile_cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e471f4

Please sign in to comment.