File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ publish-azure-vnet-plugin-image:
151151# Create a CNI archive for the target platform.
152152.PHONY : cni-archive
153153cni-archive :
154- cp cni/azure.conflist $(CNI_BUILD_DIR ) /10-azure.conflist
154+ cp cni/azure- $( GOOS ) .conflist $(CNI_BUILD_DIR ) /10-azure- $( GOOS ) .conflist
155155 chmod 0755 $(CNI_BUILD_DIR ) /azure-vnet$(EXE_EXT ) $(CNI_BUILD_DIR ) /azure-vnet-ipam$(EXE_EXT )
156156 cd $(CNI_BUILD_DIR ) && $(ARCHIVE_CMD ) $(CNI_ARCHIVE_NAME ) azure-vnet$(EXE_EXT ) azure-vnet-ipam$(EXE_EXT ) 10-azure.conflist
157157 chown $(BUILD_USER ) :$(BUILD_USER ) $(CNI_BUILD_DIR ) /$(CNI_ARCHIVE_NAME )
File renamed without changes.
Original file line number Diff line number Diff line change 1+ {
2+ "cniVersion": "0.3.0",
3+ "name": "azure",
4+ "plugins": [{
5+ "type": "azure-vnet",
6+ "mode": "bridge",
7+ "bridge": "azure0",
8+ "ipam": {
9+ "type": "azure-vnet-ipam"
10+ }
11+ }
12+ ]
13+ }
You can’t perform that action at this time.
0 commit comments