Skip to content

Commit

Permalink
chore(merge): merge 'hotfix/1.2' back to 'main' #491
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiusens authored Feb 22, 2024
2 parents 1055955 + 17fa49b commit bd69420
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ parts:
mkdir "$CRAFT_PART_INSTALL"/bin
install -m755 umoci.static "$CRAFT_PART_INSTALL"/bin/umoci
build-packages:
- golang-go
- make
build-snaps:
- go/1.21/stable

skopeo:
plugin: nil
source: https://github.com/containers/skopeo.git
source-tag: v1.9.0
source-tag: v1.14.2
override-build: |
CGO=1 go build -ldflags -linkmode=external ./cmd/skopeo
mkdir "$CRAFT_PART_INSTALL"/bin
Expand All @@ -108,7 +109,7 @@ parts:
build-attributes:
- enable-patchelf
build-snaps:
- go/1.17/stable
- go/1.21/stable
build-packages:
- libgpgme-dev
- libassuan-dev
Expand Down

0 comments on commit bd69420

Please sign in to comment.