Skip to content

Commit

Permalink
Skip arm builds for dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Nov 14, 2024
1 parent 05f1484 commit c45872e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
file: ./Docker/Development/Dockerfile
build-args: |
VERSION=${{ needs.setup.outputs.next-version }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: dolittle/runtime:${{ needs.setup.outputs.next-version }}-development
- name: Push Latest Tag Of Development Image to Docker Hub
uses: docker/build-push-action@v2
Expand All @@ -171,7 +171,7 @@ jobs:
file: ./Docker/Development/Dockerfile
build-args: |
VERSION=${{ needs.setup.outputs.next-version }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: dolittle/runtime:latest-development

release-cli-tool:
Expand Down
3 changes: 1 addition & 2 deletions Docker/Development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ ENV Logging__Console__FormatterName=""

ENV \
MONGODB_VERSION=7.0 \
MONGODB_PORT=27017 \
ASPNETCORE_URLS=http://+:8080
MONGODB_PORT=27017

# Install MongoDB and tini
RUN apt-get update \
Expand Down

0 comments on commit c45872e

Please sign in to comment.