Skip to content

Commit

Permalink
apk add make
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchristiansson committed Jan 8, 2022
1 parent e8b04a4 commit 8902512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
command: |
find dist
#docker run --rm --privileged tonistiigi/binfmt:latest --install linux/amd64,linux/arm64
apk add --no-cache make git
ORG=roboll BUILD_URL="$CIRCLE_BUILD_URL" make image
image_debian:
Expand All @@ -57,6 +58,7 @@ jobs:
- run:
command: |
#docker run --rm --privileged tonistiigi/binfmt:latest --install linux/amd64,linux/arm64
apk add --no-cache make git
ORG=roboll BUILD_URL="$CIRCLE_BUILD_URL" make image/debian
test:
Expand Down

0 comments on commit 8902512

Please sign in to comment.