Skip to content
Snippets Groups Projects
Verified Commit b599bc17 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

add i686 build step

parent ebfc4287
Branches
No related tags found
No related merge requests found
......@@ -9,6 +9,10 @@ function build() {
# os/arch string: linux/amd64
build linux/amd64 amd64
# i686 image
# os/arch string: linux/386
build linux/386 i686
# Raspberry Pi 1 image
# os/arch string: linux/arm/v6
build linux/arm/v6 rpi1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment