Skip to content

Commit

Permalink
cloud-config: fix repo url for arm64 (#802)
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <igarcia@suse.com>
  • Loading branch information
Itxaka authored Oct 14, 2021
1 parent d972538 commit 8315e5e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cloud-config/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ steps:
- sed -i 's/:ARCH://g' /system/oem/02_upgrades.yaml
{{end}}
{{if eq .Values.arch "aarch64"}}
- sed -i 's/:ARCH:/arm64/g' /system/oem/02_upgrades.yaml
- sed -i 's/:ARCH:/-arm64/g' /system/oem/02_upgrades.yaml
{{end}}
{{end}}
2 changes: 1 addition & 1 deletion packages/cloud-config/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: cloud-config
category: system
version: 0.10-2
version: 0.10-3
10 changes: 5 additions & 5 deletions packages/cos/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- &cos
name: "cos"
category: "system"
version: 0.7.0-15
version: 0.7.0-16
description: "cOS base image, used to build cOS live ISOs"
brand_name: "cOS"
labels:
Expand All @@ -11,17 +11,17 @@ packages:
- !!merge <<: *cos
name: "cos-container"
description: "cOS container image, used to build cOS derivatives from scratch"
version: 0.7.0-11
version: 0.7.0-16
- !!merge <<: *cos
category: "recovery"
brand_name: "cOS recovery"
description: "cOS recovery image, used to boot cOS for troubleshooting"
version: 0.7.0-15
version: 0.7.0-16
- !!merge <<: *cos
name: "cos-img"
category: "recovery"
version: 0.7.0-15
version: 0.7.0-16
- !!merge <<: *cos
name: "cos-squash"
category: "recovery"
version: 0.7.0-15
version: 0.7.0-16
4 changes: 2 additions & 2 deletions packages/meta/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ packages:
version: ">=0"
- category: "meta"
name: "cos-minimal"
version: 0.7.0-1
version: 0.7.0-2
description: "cOS minimal package. It includes toolchain, grub/dracut configuration and a default cloud-init preset"
requires:
- category: meta
Expand All @@ -75,7 +75,7 @@ packages:
version: ">=0"
- category: "meta"
name: "cos-minimal-fips"
version: 0.7.0-1
version: 0.7.0-2
requires:
- category: meta
name: cos-core-fips
Expand Down

0 comments on commit 8315e5e

Please sign in to comment.