Skip to content

Commit

Permalink
gitlab-runner: Fix prebuilt hash
Browse files Browse the repository at this point in the history
  • Loading branch information
srhb committed Jul 31, 2019
1 parent 7a7cf6f commit 8761bc0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@ let
# Gitlab runner embeds some docker images these are prebuilt for arm and x86_64
docker_x86_64 = fetchurl {
url = "https://gitlab-runner-downloads.s3.amazonaws.com/v${version}/helper-images/prebuilt-x86_64.tar.xz";
sha256 = "0zrlprzbjnssrf0qjb80fy50ypryrqhmkqrpad68bnsz7da34idk";
sha256 = "1yx530h5rz7wmd012962f9dfj0hvj1m7zab5vchndna4svzzycch";
};

docker_arm = fetchurl {
Expand Down

0 comments on commit 8761bc0

Please sign in to comment.