Skip to content

Commit

Permalink
Updated snapcraft.yml specification
Browse files Browse the repository at this point in the history
  • Loading branch information
kvincao authored and VishnuKarthikRavindran committed Aug 31, 2024
1 parent fb51488 commit e074108
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packaging/snap/snapcraft.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: amazon-ssm-agent
base: core18
base: core22
architectures:
- build-on: [amd64]
- build-on: [arm64]
version: {{version}}
summary: Agent to enable remote management of your Amazon EC2 instance configuration
description: |
Expand Down Expand Up @@ -27,6 +30,6 @@ parts:
build-attributes: [no-patchelf]
source: .
override-build: |
snapcraftctl build
craftctl default
echo "start packaging under:: $ARCH_DIR"
mv prepacked/$ARCH_DIR/* $SNAPCRAFT_PART_INSTALL

0 comments on commit e074108

Please sign in to comment.