Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarbs committed Oct 2, 2023
1 parent dde9d53 commit 2e2ce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ docker buildx build "${args[@]}" -t $base:$tag -t $base:latest -f Dockerfile .

# Check if archs contains the current. If so, then output a message!
if [[ " ${archs[@]} " =~ " ${current} " ]]; then
docker tag envbuilder:${arch} envbuilder:latest
docker tag $base:$tag envbuilder:latest
echo "Tagged $current as envbuilder:latest!"
fi

0 comments on commit 2e2ce6d

Please sign in to comment.