Skip to content

Commit b7ee454

Browse files
authored
add pkcs11 to build tools (#26)
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent b2689fc commit b7ee454

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,19 @@ jobs:
7777
component:
7878
- name: baseos
7979
context: images/baseos
80+
gotags: ""
8081
- name: ccenv
8182
context: images/ccenv
83+
gotags: ""
8284
- name: peer
8385
context: .
86+
gotags: ""
8487
- name: orderer
8588
context: .
89+
gotags: ""
8690
- name: tools
8791
context: .
92+
gotags: "pkcs11"
8893

8994
steps:
9095
- name: Checkout
@@ -121,7 +126,7 @@ jobs:
121126
FABRIC_VER=${{ env.FABRIC_VER }}
122127
UBUNTU_VER=${{ env.UBUNTU_VER }}
123128
GO_VER=${{ env.GO_VER }}
124-
GO_TAGS=
129+
GO_TAGS= ${{ matrix.component.gotags }}
125130
outputs: type=image,"name=docker.io/${{ github.repository_owner }}/fabric-${{ matrix.component.name }}",push-by-digest=true,name-canonical=true,push=true
126131

127132
- name: Export digest

0 commit comments

Comments
 (0)