Skip to content

Commit f2637e5

Browse files
committed
Update test
update test
1 parent 03f0690 commit f2637e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

init-buildx.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@
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
1819

1920
export DOCKER_CLI_EXPERIMENTAL=enabled
20-
21+
echo "set docker cli experimental"
2122
# Ensure we use a builder that can leverage it (the default on linux will not)
2223
docker buildx rm windows-builder || true
24+
25+
echo "buildx"
2326
docker buildx create --use --name=windows-builder
27+
28+
echo "buildx"

0 commit comments

Comments
 (0)