update pipeline to build all architectures

This commit is contained in:
Brad Rydzewski
2021-11-05 21:42:42 -04:00
parent b560a7c0bb
commit d7bce840f4
+1 -1
View File
@@ -6,8 +6,8 @@ steps:
- name: build
image: golang:1.16
commands:
- go build
- go test ./...
- sh scripts/build.sh
- name: publish
image: plugins/docker