Skip to content

Commit

Permalink
Build core image
Browse files Browse the repository at this point in the history
Proper fix will follow:

#3155

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Jan 29, 2025
1 parent a842b8a commit 53b6848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
role-duration-seconds: 1200
role-session-name: AWSCIPush
- name: Build and push AWS image
if: matrix.flavor == 'ubuntu' && matrix.flavorRelease == '24.04' && matrix.variant == 'standard' && matrix.model == 'generic' && matrix.arch == 'amd64'
if: matrix.flavor == 'ubuntu' && matrix.flavorRelease == '24.04' && matrix.variant == 'core' && matrix.model == 'generic' && matrix.arch == 'amd64'
env:
AWS_S3_BUCKET: kairos-cloud-images
AWS_REGION: eu-central-1
Expand Down

0 comments on commit 53b6848

Please sign in to comment.