8000 Tags · hyperledger/fabric-ca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hyperledger/fabric-ca

Tags

v1.5.15

Toggle v1.5.15's commit message
Separate runner for amd64 and arm64

Previously arm64 images were created on a standard amd64 runner using qemu.
qemu emulation is very slow and there have been recent issues.
Native image creation is faster and more reliable.

This change creates separate runners for amd64 (ubuntu-22.04) and arm64 (ubuntu-22.04-arm).

A new job is then needed to combine the image digests into a multi-architecture manifest that gets pushed to Docker Hub and ghcr.

The approach is copied from core fabric repository.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.14

Toggle v1.5.14's commit message
Bump macOS version in release job

Github has runners for
- macos-13 for Intel
- macos-14 for arm64

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.13

Toggle v1.5.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release commit for v1.5.13 (#433)

Add release notes for v1.5.13.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.12

Toggle v1.5.12's commit message
Release commit for v1.5.12

Add release notes for v1.5.12.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.11

Toggle v1.5.11's commit message
Bump actions/download-artifact to v4

download-artifact needs to be v4 because
upload-artifact is already v4.

Also bump actions/checkout to v4.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.10

Toggle v1.5.10's commit message
Release commit for v1.5.10

Add release notes for v1.5.10.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.9

Toggle v1.5.9's commit message
Release commit for v1.5.9

Add release notes for v1.5.9.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.8

Toggle v1.5.8's commit message
Release commit for v1.5.8

Add release notes for v1.5.8.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.7

Toggle v1.5.7's commit message
Release commit for v1.5.7

Add release notes for v1.5.7.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release commit for v1.5.6 (#358)

Add release notes for v1.5.6.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
0