Make sure system is linux for docker-compose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b2919d94b1
commit
cbd9123f07
@ -3,7 +3,7 @@ set -ex
|
||||
|
||||
VERSION=v2.23.0
|
||||
ARCH=x86_64
|
||||
FILENAME="docker-compose-darwin-${ARCH}"
|
||||
FILENAME="docker-compose-linux-${ARCH}"
|
||||
|
||||
URL="https://github.com/docker/compose/releases/download/${VERSION}/${FILENAME}"
|
||||
SHAURL="https://github.com/docker/compose/releases/download/${VERSION}/${FILENAME}.sha256"
|
||||
|
Loading…
Reference in New Issue
Block a user