Explicitly use buildx for local script

This commit is contained in:
BtbN 2021-12-06 19:29:52 +01:00
parent bdf1cc507a
commit 3efcb24f50
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -xe
set -e
cd "$(dirname "$0")"
source util/vars.sh