Skip to content

Commit

Permalink
Remove duplicate steps for linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Aug 17, 2023
1 parent 75c4f4f commit cd0b639
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
- name: Run tests
run: UTILS_TEST_IMAGE='utils-test:linux-amd64' bats test/test.bats

- name: Build test linux/arm64 Docker image
uses: docker/build-push-action@v4
with:
push: false
load: true
tags: utils-test:linux-arm64
platforms: linux/arm64

- name: Run tests on linux/arm64 image
run: UTILS_TEST_IMAGE='utils-test:linux-arm64' bats test/test.bats

check-linux-arm64-image:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit cd0b639

Please sign in to comment.