Skip to content

Commit

Permalink
Add FreeBSD build (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduez authored and groob committed Nov 27, 2018
1 parent 9be65e1 commit 434638f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/scepclient/release.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

VERSION="0.3.0.0"
NAME=scepclient
Expand All @@ -16,3 +16,4 @@ build() {

build "darwin" "amd64"
build "linux" "amd64"
build "freebsd" "amd64"
3 changes: 2 additions & 1 deletion cmd/scepserver/release.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

VERSION="0.3.0.0"
NAME=scepserver
Expand All @@ -16,3 +16,4 @@ build() {

build "darwin" "amd64"
build "linux" "amd64"
build "freebsd" "amd64"

0 comments on commit 434638f

Please sign in to comment.