Skip to content

Commit

Permalink
Fix docker compose extension per arch
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Nov 22, 2023
1 parent 688dd06 commit 15c645f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cicd/buildspec_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ phases:
- |
DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
mkdir -p $DOCKER_CONFIG/cli-plugins
curl -SL https://github.com/docker/compose/releases/download/v2.20.0/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
curl -q -SL https://github.com/docker/compose/releases/download/v2.23.1/docker-compose-linux-$(uname -m) -o $DOCKER_CONFIG/cli-plugins/docker-compose
chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
- EPOCH=`date +'%Y%m%d'`
Expand Down

0 comments on commit 15c645f

Please sign in to comment.