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