Skip to content

Commit

Permalink
removed QEMU and platdorm environment variable, set up basic image cl…
Browse files Browse the repository at this point in the history
…eanup
  • Loading branch information
sMeilbeck committed Aug 6, 2024
1 parent 400ac14 commit 3d5b509
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/CI_Tests_and_Report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
strategy:
matrix:
node-version: [18, 20, 22]
env:
PLATFORMS: "linux/amd64"
# env:
# PLATFORMS: "linux/amd64"

steps:
- name: Cleanup cache
run: docker compose down --volumes

- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -55,8 +55,7 @@ jobs:
NODE_VERSION: ${{ matrix.node-version }}
run: |
docker compose -f docker-test.yml build \
--build-arg NODE_VERSION=$NODE_VERSION \
--platform $PLATFORMS
--build-arg NODE_VERSION=$NODE_VERSION
docker compose -f docker-test.yml up -d
Expand Down

0 comments on commit 3d5b509

Please sign in to comment.