Skip to content

Commit

Permalink
chore: fix the bundle creation for registry1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Mar 20, 2024
1 parent db2af0e commit f67f1d5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks:
# x-release-please-end

- name: test-bundle
description: Build and publish the test-bundle
description: Build and publish the test bundles
actions:
- description: Create the ARM64 deps package
task: dependencies:create
Expand All @@ -37,17 +37,16 @@ tasks:
with:
options: -a arm64

- description: Create the AMD64 test bundle
task: create:test-bundle
with:
options: -a amd64

- description: Create the ARM64 test bundle
task: create:test-bundle
with:
options: -a arm64
- description: Create the test bundles
cmd: |
set -e
UDS_CONFIG=bundle/uds-config.yaml uds create bundle --confirm --no-progress --architecture=amd64
if [ ${FLAVOR} != "registry1" ]; then
UDS_CONFIG=bundle/uds-config.yaml uds create bundle --confirm --no-progress --architecture=arm64
fi
set +e
- description: Publish the bundle
- description: Publish the bundles
task: publish:test-bundle
with:
# x-release-please-start-version
Expand Down

0 comments on commit f67f1d5

Please sign in to comment.