We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51488 commit e074108Copy full SHA for e074108
packaging/snap/snapcraft.yml
@@ -1,5 +1,8 @@
1
name: amazon-ssm-agent
2
-base: core18
+base: core22
3
+architectures:
4
+ - build-on: [amd64]
5
+ - build-on: [arm64]
6
version: {{version}}
7
summary: Agent to enable remote management of your Amazon EC2 instance configuration
8
description: |
@@ -27,6 +30,6 @@ parts:
27
30
build-attributes: [no-patchelf]
28
31
source: .
29
32
override-build: |
- snapcraftctl build
33
+ craftctl default
34
echo "start packaging under:: $ARCH_DIR"
35
mv prepacked/$ARCH_DIR/* $SNAPCRAFT_PART_INSTALL
0 commit comments