Skip to content

Commit

Permalink
brute force this
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Jan 27, 2022
1 parent c49159d commit 59beceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "$DOCKER_PASS" | docker login --username="$DOCKER_USER" --password-stdin
# shellcheck disable=SC1091
source .env.platforms
if [[ $PLATFORMS == linux/armhf ]]; then
PLATFORMS=arm
PLATFORMS=all # figure this out later
elif [[ $(uname -m) == "x86_64" ]]; then
PLATFORMS=
elif [[ $(uname -m) == "aarch64" ]]; then
Expand Down

0 comments on commit 59beceb

Please sign in to comment.