Skip to content

Commit

Permalink
etc: use buildx for builds
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Jul 17, 2024
1 parent 6665c0d commit 882f8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ _installCI() {

apt-get -y update
apt-get -y install --no-install-recommends \
docker-buildx \
docker-ce \
docker-ce-cli \
containerd.io
Expand Down
2 changes: 1 addition & 1 deletion etc/DockerHelper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ _setup() {

_create() {
echo "Create docker image ${imagePath} using ${file}"
${DOCKER_CMD} build \
${DOCKER_CMD} buildx build \
--file "${file}" \
--tag "${imagePath}" \
${buildArgs} \
Expand Down

0 comments on commit 882f8e6

Please sign in to comment.