Skip to content

Commit 4d6aa5c

Browse files
committed
Update test
update test
1 parent 03f0690 commit 4d6aa5c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

init-buildx.sh

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
set -o errexit -o nounset -o pipefail
17+
set -o errexit
18+
set -o nounset
19+
set -o pipefail
1820

1921
export DOCKER_CLI_EXPERIMENTAL=enabled
20-
22+
echo "set docker cli experimental"
2123
# Ensure we use a builder that can leverage it (the default on linux will not)
2224
docker buildx rm windows-builder || true
25+
26+
echo "buildx"
2327
docker buildx create --use --name=windows-builder
28+
29+
echo "buildx"

0 commit comments

Comments
 (0)