Skip to content

Commit

Permalink
Merge pull request #145 from lsm5/specify-aarch64
Browse files Browse the repository at this point in the history
Specify arm64 in relevant tasks for clarity
  • Loading branch information
lsm5 authored Jul 1, 2022
2 parents dd99756 + 7077327 commit 66fc344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ cache_images_task:
PACKER_BUILDS: "fedora-aws"
- <<: *cache_image
env:
PACKER_BUILDS: "fedora-netavark-aws"
PACKER_BUILDS: "fedora-netavark-aws-arm64"
- <<: *cache_image
env:
PACKER_BUILDS: "fedora-podman-aws"
PACKER_BUILDS: "fedora-podman-aws-arm64"
- <<: *cache_image
env:
PACKER_BUILDS: "build-push"
Expand Down
4 changes: 2 additions & 2 deletions cache_images/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ builders:
temporary_key_pair_type: 'ed25519'

- <<: *fedora-aws
name: 'fedora-netavark-aws'
name: 'fedora-netavark-aws-arm64'
source_ami_filter:
owners:
- *accountid
Expand All @@ -137,7 +137,7 @@ builders:
snapshot_tags: *netavark_tags

- <<: *fedora-aws
name: 'fedora-podman-aws'
name: 'fedora-podman-aws-arm64'
source_ami_filter:
owners:
- *accountid
Expand Down

0 comments on commit 66fc344

Please sign in to comment.