Skip to content

Commit

Permalink
Drop arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Aug 2, 2023
1 parent 39c434e commit 70303df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cli-basic-with-nvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -45,7 +40,7 @@ jobs:
with:
context: cli/basic-with-nvm
push: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == 'main') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/zowe/zowe-sample-dockerfiles-cli-basic-with-npm:latest
zowe-docker-snapshot.jfrog.io/ompzowe/zowe-sample-dockerfiles-cli-basic-with-npm:latest
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/cli-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -45,7 +40,7 @@ jobs:
with:
context: cli/basic
push: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == 'main') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/zowe/zowe-sample-dockerfiles-cli-basic:latest
zowe-docker-snapshot.jfrog.io/ompzowe/zowe-sample-dockerfiles-cli-basic:latest
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/cli-jenkins-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -45,7 +40,7 @@ jobs:
with:
context: cli/jenkins-agent
push: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == 'main') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/zowe/zowe-sample-dockerfiles-cli-jenkins-agent:latest
zowe-docker-snapshot.jfrog.io/ompzowe/zowe-sample-dockerfiles-cli-jenkins-agent:latest
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/cli-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:

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

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -45,7 +40,7 @@ jobs:
with:
context: cli/minimal
push: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || (github.event_name == 'push' && github.ref_name == 'main') }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
ghcr.io/zowe/zowe-sample-dockerfiles-cli-minimal:latest
zowe-docker-snapshot.jfrog.io/ompzowe/zowe-sample-dockerfiles-cli-minimal:latest
Expand Down

0 comments on commit 70303df

Please sign in to comment.