-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: start building from the canonical fork
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: hydra | ||
base: bare | ||
build-base: [email protected] | ||
version: "2.2.0" | ||
version: "2.2.0-canonical" | ||
summary: Ory Hydra | ||
description: | | ||
Ory Hydra is a hardened and certified OAuth 2.0 and OpenID Connect provider. | ||
|
@@ -54,6 +54,7 @@ parts: | |
export CGO_ENABLED=0 | ||
go mod download all | ||
go build -ldflags="${go_linker_flags}" -o "${CRAFT_PART_INSTALL}"/bin/hydra | ||
source: https://github.com/ory/hydra | ||
source: https://github.com/canonical/hydra | ||
source-type: git | ||
source-tag: v2.2.0 | ||
# TODO: use tag once we release a version | ||
source-branch: canonical |