Use go embed

This commit is contained in:
nemunaire 2021-10-01 17:52:44 +02:00
commit dfcde910b2
6 changed files with 80 additions and 180 deletions

View file

@ -8,12 +8,6 @@ platform:
arch: arm
steps:
- name: generate frontend
image: golang:alpine
commands:
- apk --no-cache add go-bindata
- go generate -v
- name: vet
image: golang:alpine
commands:
@ -50,12 +44,6 @@ platform:
arch: arm64
steps:
- name: generate frontend
image: golang:alpine
commands:
- apk --no-cache add go-bindata
- go generate -v
- name: vet
image: golang:alpine
commands: