Skip to content

Commit

Permalink
disable arm64 support (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus authored Aug 1, 2023
1 parent 972deb5 commit 97139d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform:
- { earthly: linux/arm64, suffix: linux-arm64 }
# - { earthly: linux/arm64, suffix: linux-arm64 }
- { earthly: linux/amd64, suffix: linux-amd64 }

steps:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/kubechecks:${{ env.GIT_RELEASE_TAG }}
suffixes: |
-linux-amd64
-linux-arm64
# -linux-arm64
4 changes: 3 additions & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:

strategy:
matrix:
platform: [linux/amd64, linux/arm64]
platform:
- linux/amd64
# - linux/arm64

steps:
- name: Set up QEMU
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
platform:
- { earthly: linux/arm64, suffix: linux-arm64 }
# - { earthly: linux/arm64, suffix: linux-arm64 }
- { earthly: linux/amd64, suffix: linux-amd64 }

steps:
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
tags: ghcr.io/${{ github.repository_owner }}/kubechecks:${{ env.GIT_RELEASE_TAG }}
suffixes: |
-linux-amd64
-linux-arm64
# -linux-arm64

0 comments on commit 97139d3

Please sign in to comment.