Skip to content

Commit

Permalink
Added debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
drmartinberger committed Mar 18, 2024
1 parent 3e71bf5 commit bf77b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
strategy:
matrix:
otp: [25.1.2, 26.0.1, 26.2.1, 26.2.3]
alpine: [3.19.0]
alpine: [3.19.1]
latest: [false]
include:
- otp: 26.2.1
alpine: 3.19.0
alpine: 3.19.1
latest: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ setup-buildx: ## Setup a Buildx builder
@mkdir -p "$(BUILDX_CACHE_DIR)"
@if ! docker buildx ls | grep buildx-builder >/dev/null; then \
docker buildx create \
--buildkitd-flags '--allow-insecure-entitlement security.insecure' \
--buildkitd-flags '--debug --allow-insecure-entitlement security.insecure' \
--append \
--name buildx-builder \
--driver docker-container \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 26.2.3
alpine 3.19.0
alpine 3.19.1

0 comments on commit bf77b31

Please sign in to comment.