mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Add DEBIAN_FRONTEND to avoid interaction with tzdata
This commit is contained in:
parent
2cda1360ee
commit
7da95d62e2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-binaries.yml
vendored
2
.github/workflows/publish-binaries.yml
vendored
|
@ -124,6 +124,8 @@ jobs:
|
|||
name: Publish binary for aarch64
|
||||
runs-on: ubuntu-latest
|
||||
needs: check-version
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
container:
|
||||
# Use ubuntu-20.04 to compile with glibc 2.28
|
||||
image: ubuntu:20.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue