Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Upgrade base to core22
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed May 11, 2023
1 parent c7da278 commit a1558ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: edgex-config-provider-example
base: core20
base: core22

version: git
summary: Example EdgeX snaps config provider
Expand Down Expand Up @@ -36,7 +36,7 @@ parts:
# For example. to take config files from a git repository, i.e. the upstream repo:
# source: https://github.com/edgexfoundry/device-virtual-go.git
override-build: |
TARGET=$SNAPCRAFT_PART_INSTALL/device-virtual
TARGET=$CRAFT_PART_INSTALL/device-virtual
mkdir -p $TARGET
cp -vr res $TARGET/res
Expand Down

0 comments on commit a1558ad

Please sign in to comment.