Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Hailey committed Mar 16, 2019
1 parent 680c1d3 commit 37921bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export JQ_VERSION=1.6
export JQ_PLATFORM=linux
export JQ_ARCH=amd64
export JQ_ARCH=64
docker build --build-arg "JQ_VERSION=${JQ_VERSION}" --build-arg "JQ_PLATFORM=${JQ_PLATFORM}" --build-arg "JQ_ARCH=${JQ_ARCH}" -t sensu-assets-jq:latest .
docker cp $(docker create --rm sensu-assets-jq:latest true):/sensu-assets-jq_${JQ_VERSION}_${JQ_PLATFORM}_${JQ_ARCH}.tar.gz .

0 comments on commit 37921bc

Please sign in to comment.