Skip to content

Commit

Permalink
increase buildjet memory
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jun 6, 2024
1 parent 099ff10 commit a48afc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- os: ubuntu-latest
platform: linux/amd64
- os: buildjet-8vcpu-ubuntu-2204-arm
- os: buildjet-16vcpu-ubuntu-2204-arm
platform: linux/arm64

runs-on: ${{ matrix.os }}
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ LABEL org.opencontainers.image.licenses="AGPL-3.0"

RUN apt-get -y update \
&& apt-get -y install ca-certificates \
curl \
libssl3 \
curl \
libssl3 \
htop \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /quickwit
Expand Down

0 comments on commit a48afc3

Please sign in to comment.