Skip to content

Commit

Permalink
dockerTools.pullImage: correct default arch
Browse files Browse the repository at this point in the history
(cherry picked from commit af5eab6)
  • Loading branch information
Jack Kelly authored and nlewo committed Sep 19, 2018
1 parent b853e73 commit adb467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/default.nix
Expand Up @@ -40,7 +40,7 @@ rec {
, imageDigest
, sha256
, os ? "linux"
, arch ? "x86_64"
, arch ? "amd64"
# This used to set a tag to the pulled image
, finalImageTag ? "latest"
, name ? fixName "docker-image-${imageName}-${finalImageTag}.tar"
Expand Down

0 comments on commit adb467e

Please sign in to comment.