Skip to content

Commit

Permalink
yet another build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rumengb committed Feb 11, 2024
1 parent 977409a commit 4c3d4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_all_arch_debs_docker_local_indigo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ VERSION=$1
INDIGO_VERSION=$2
echo "Building version $VERSION"
sh scripts/make_source_tarball.sh $VERSION
sh scripts/build_in_docker_local_indigo.sh "i386/debian:buster-slim" $VERSION "i386" $INDIGO_VERSION
sh scripts/build_in_docker_local_indigo.sh "amd64/debian:buster-slim" $VERSION "amd64" $INDIGO_VERSION
sh scripts/build_in_docker_local_indigo.sh "i386/debian:bullseye-slim" $VERSION "i386" $INDIGO_VERSION
sh scripts/build_in_docker_local_indigo.sh "amd64/debian:bullseye-slim" $VERSION "amd64" $INDIGO_VERSION
sh scripts/build_in_docker_local_indigo.sh "arm32v7/debian:bullseye-slim" $VERSION "armhf" $INDIGO_VERSION
sh scripts/build_in_docker_local_indigo.sh "arm64v8/debian:bullseye-slim" $VERSION "arm64" $INDIGO_VERSION
rm ain-imager-$VERSION.tar.gz
Expand Down

0 comments on commit 4c3d4b5

Please sign in to comment.