mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-09 22:48:54 +01:00
Add DEBIAN_FRONTEND to avoid interaction with tzdata
This commit is contained in:
parent
2cda1360ee
commit
7da95d62e2
2
.github/workflows/publish-binaries.yml
vendored
2
.github/workflows/publish-binaries.yml
vendored
@ -124,6 +124,8 @@ jobs:
|
|||||||
name: Publish binary for aarch64
|
name: Publish binary for aarch64
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: check-version
|
needs: check-version
|
||||||
|
env:
|
||||||
|
DEBIAN_FRONTEND: noninteractive
|
||||||
container:
|
container:
|
||||||
# Use ubuntu-20.04 to compile with glibc 2.28
|
# Use ubuntu-20.04 to compile with glibc 2.28
|
||||||
image: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user