Skip to content

Commit e074108

Browse files
kvincaoVishnuKarthikRavindran
authored andcommitted
Updated snapcraft.yml specification
cr: https://code.amazon.com/reviews/CR-144311309
1 parent fb51488 commit e074108

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packaging/snap/snapcraft.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: amazon-ssm-agent
2-
base: core18
2+
base: core22
3+
architectures:
4+
- build-on: [amd64]
5+
- build-on: [arm64]
36
version: {{version}}
47
summary: Agent to enable remote management of your Amazon EC2 instance configuration
58
description: |
@@ -27,6 +30,6 @@ parts:
2730
build-attributes: [no-patchelf]
2831
source: .
2932
override-build: |
30-
snapcraftctl build
33+
craftctl default
3134
echo "start packaging under:: $ARCH_DIR"
3235
mv prepacked/$ARCH_DIR/* $SNAPCRAFT_PART_INSTALL

0 commit comments

Comments
 (0)