Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 20, 2024
1 parent b9e2e7b commit 325e3b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
# ghcr.io/bonfire-networks/bonfire-app:${{steps.version.outputs.current-version}}-${{ env.FLAVOUR }}${{ matrix.tag_extra }}
build-args: |
"ENABLE_AI=${{ env.ENABLE_AI }}"
"WITH_LV_NATIVE=${{ env.WITH_LV_NATIVE }}"
"WITH_IMAGE_VIX=${{ env.WITH_IMAGE_VIX }}"
"ALPINE_VERSION=${{ env.ALPINE_VERSION }}"
"ELIXIR_DOCKER_IMAGE=${{env.ELIXIR_VERSION}}-erlang-${{env.ERLANG_VERSION}}-alpine-${{env.ALPINE_VERSION}}"
Expand Down
1 change: 1 addition & 0 deletions flavours/classic/config/deps.flavour.hex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# these are copied from deps.hex and needed here for CI (workaround for errors like Because "your app" depends on "telemetry empty" which doesn't match any versions, version solving failed)
floki = "~> 0.36"
phoenix = "~> 1.7.0"
surface = "~> 0.12.0" # note: usually we should let bonfire_ui_common control this
phoenix_live_view = "~> 0.20.9" # usually should let surface decide the version
plug_crypto = "~> 2.0" # newer crypto for plug/phoenix
sourceror = "~> 1.6.0"
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,9 @@ rel-build-path FORKS_TO_COPY_PATH ARGS="":
@MIX_ENV=prod docker build {{ ARGS }} --progress=plain \
--build-arg FLAVOUR=$FLAVOUR \
--build-arg FLAVOUR_PATH=data/current_flavour \
--build-arg WITH_IMAGE_VIX=$WITH_IMAGE_VIX \
--build-arg WITH_LV_NATIVE=$WITH_LV_NATIVE \
--build-arg ENABLE_AI=$ENABLE_AI \
--build-arg ALPINE_VERSION=$ALPINE_VERSION \
--build-arg ELIXIR_DOCKER_IMAGE=$ELIXIR_DOCKER_IMAGE \
--build-arg FORKS_TO_COPY_PATH={{ FORKS_TO_COPY_PATH }} \
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.163",
version: "0.9.10-beta.164",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,
Expand Down

0 comments on commit 325e3b0

Please sign in to comment.