Skip to content

Commit 672da46

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
remove buildx calls
1 parent 2099b18 commit 672da46

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/build-amd64.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,14 @@ on:
88
jobs:
99
build-and-test:
1010
runs-on: ubuntu-latest
11+
services:
12+
docker:
13+
image: docker:20.10.9
14+
options: --privileged
1115
steps:
1216
- name: Checkout code
1317
uses: actions/checkout@v4
1418

15-
- name: Set up Docker Buildx
16-
uses: docker/setup-buildx-action@v3
17-
18-
- name: Install Docker Compose
19-
uses: docker/setup-buildx-action@v3 # This action also sets up Compose
20-
with:
21-
install-compose: true
22-
2319
- name: Build and start Docker Compose services
2420
run: docker compose -f compose_linux_host.yaml up --build
2521

@@ -61,7 +57,7 @@ jobs:
6157
echo "Actual: $RESPONSE"
6258
exit 1
6359
fi
64-
60+
6561
- name: Test sshd is up
6662
run: |
6763
EXPECTED_RESPONSE="1"

0 commit comments

Comments
 (0)