Skip to content

Commit

Permalink
chore: fix the arm64 publish task (#113)
Browse files Browse the repository at this point in the history
## Description

This adds the appropriate create bundle tasks for publishing arm64
bundles.

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-software-factory/blob/main/CONTRIBUTING.md#developer-workflow)
followed

Release-As: v0.3.0
  • Loading branch information
Racer159 authored Oct 28, 2024
1 parent 8a30700 commit 58a4d7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ tasks:
if: ${{ ne .variables.ARCH "arm64" }}
- task: create-deploy-test-bundle
if: ${{ ne .variables.ARCH "arm64" }}
- task: dependencies:create
if: ${{ eq .variables.ARCH "arm64" }}
- task: create-bundle:test-bundle
with:
path: ${BUNDLE_PATH}
config: ${BUNDLE_PATH}/uds-config.yaml
if: ${{ eq .variables.ARCH "arm64" }}
- description: Publish the bundle
- task: publish-bundle:test-bundle
with:
Expand Down

0 comments on commit 58a4d7e

Please sign in to comment.