Skip to content

Commit

Permalink
Exclude amd64 now
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze committed Jan 14, 2025
1 parent 8ff193e commit cdc67c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ env:
GITHUB_REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
RELEASE_REF_FILTER: 'refs/heads/release/'
EXCLUDED_PLATFORM: "none" # change to linux/arm64
EXCLUDED_PLATFORM: "linux/amd64" # change to linux/amd64
# and thos blocks from:
# exclude:
# - platform: none
# to:
# exclude:
# - platform: linux/arm64
# - platform: linux/amd64

jobs:
lint:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- linux/arm64
- linux/amd64
exclude:
- platform: none
- platform: linux/amd64
steps:
-
name: Prepare
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- linux/arm64
- linux/amd64
exclude:
- platform: none
- platform: linux/amd64
module:
- pecl-builder-amqp
- pecl-builder-apcu
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- linux/arm64
- linux/amd64
exclude:
- platform: none
- platform: linux/amd64
steps:
-
name: Prepare
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- linux/arm64
- linux/amd64
exclude:
- platform: none
- platform: linux/amd64
steps:
-
name: Prepare
Expand Down

0 comments on commit cdc67c3

Please sign in to comment.