Skip to content

Commit

Permalink
Merge pull request #103 from emqx/1122-add-fdb-builder-image
Browse files Browse the repository at this point in the history
feat: add builder image with foundationdb client
  • Loading branch information
savonarola authored Nov 22, 2023
2 parents 1dc3981 + 80601f5 commit a65b6be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
otp: ${{ fromJSON(needs.prepare.outputs.otp) }}
elixir: ${{ fromJSON(needs.prepare.outputs.elixir) }}
platform:
- [ubuntu22.04fdb, linux/amd64, [self-hosted, linux, x64, ephemeral]]
- [ubuntu22.04, linux/amd64, [self-hosted, linux, x64, ephemeral]]
- [ubuntu22.04, linux/arm64, [self-hosted, linux, arm64, ephemeral]]
- [ubuntu20.04, linux/amd64, [self-hosted, linux, x64, ephemeral]]
Expand Down Expand Up @@ -224,6 +225,7 @@ jobs:
otp: ${{ fromJSON(needs.prepare.outputs.otp) }}
elixir: ${{ fromJSON(needs.prepare.outputs.elixir) }}
platform:
- ubuntu22.04fdb
- ubuntu22.04
- ubuntu20.04
- ubuntu18.04
Expand Down

0 comments on commit a65b6be

Please sign in to comment.