fix arm64 build
This commit is contained in:
parent
7c556c3bd7
commit
7e449575ed
@ -52,6 +52,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install docker and docker compose
|
||||
run: |
|
||||
apt update
|
||||
apt install -y docker docker-compose
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: https://github.com/docker/login-action@v3.3.0
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user