Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
7ef7f204
Verified
Commit
7ef7f204
authored
Aug 12, 2020
by
Sven-Hendrik Haase
Browse files
Rename amd64 to x86_64 to make this consistent with Arch naming
parent
f2375dac
Pipeline
#932
passed with stages
in 16 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
7ef7f204
...
...
@@ -12,7 +12,7 @@
},
"builders"
:
[
{
"name"
:
"Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"name"
:
"Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"type"
:
"qemu"
,
"output_directory"
:
"release"
,
"boot_wait"
:
"{{user `boot_wait`}}"
,
...
...
@@ -69,21 +69,21 @@
"checksum_types"
:
[
"sha256"
],
"output"
:
"release/Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
"output"
:
"release/Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
},
{
"name"
:
"rename"
,
"type"
:
"shell-local"
,
"inline"
:
[
"mv release/packer-Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.img release/Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"sed -i 's/packer-//' release/Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
"mv release/packer-Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.img release/Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"sed -i 's/packer-//' release/Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
]
},
{
"name"
:
"sign"
,
"type"
:
"shell-local"
,
"inline"
:
[
"gpg --sign --detach-sign Arch-Linux-cloudimg-
amd
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
"gpg --sign --detach-sign Arch-Linux-cloudimg-
x86_
64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
]
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment