File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 set -x
4343 ls -horRAS ./downloads
4444 mkdir -p ./build/amd64/linux/
45- unzip -d ./build/amd64/linux/ ./downloads/linux-x64/ ziti-edge-tunnel-Linux_x86_64.zip
45+ unzip -d ./build/amd64/linux/ ./downloads/ziti-edge-tunnel-Linux_x86_64.zip
4646
4747 - name : Run the Compose Test Script
4848 shell : bash
Original file line number Diff line number Diff line change 4343 set -x
4444 ls -horRAS ./downloads
4545 mkdir -p ./build/{arm64,amd64}/linux/
46- unzip -d ./build/arm64/linux/ ./downloads/linux-arm64/ ziti-edge-tunnel-Linux_arm64.zip
47- unzip -d ./build/amd64/linux/ ./downloads/linux-x64/ ziti-edge-tunnel-Linux_x86_64.zip
46+ unzip -d ./build/arm64/linux/ ./downloads/ziti-edge-tunnel-Linux_arm64.zip
47+ unzip -d ./build/amd64/linux/ ./downloads/ziti-edge-tunnel-Linux_x86_64.zip
4848
4949 - name : Set up QEMU
5050 uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments