Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
disable unsupported distroless platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 committed Apr 10, 2024
1 parent 85b0773 commit 2052db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ jobs:
fail-fast: true
matrix:
platform:
- linux/386
#- linux/386
- linux/amd64
- linux/arm/v6
- linux/arm/v7
#- linux/arm/v6
#- linux/arm/v7
- linux/arm64
steps:
- name: Checkout
Expand Down

0 comments on commit 2052db8

Please sign in to comment.