Skip to content

Commit db0bf18

Browse files
committed
Disable arm64 docker builds
Signed-off-by: Alan Sherman <asherman@linuxfoundation.org>
1 parent 4d549ab commit db0bf18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docker-build-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- asherman/docker-test
1011
workflow_dispatch:
1112

1213
permissions:
@@ -53,7 +54,7 @@ jobs:
5354
push: true
5455
tags: ${{ steps.meta.outputs.tags }}
5556
labels: ${{ steps.meta.outputs.labels }}
56-
platforms: linux/amd64,linux/arm64
57+
platforms: linux/amd64
5758
cache-from: type=gha
5859
cache-to: type=gha,mode=max
5960
build-args: |

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ARG BUILD_ENV=production
1010
# Enable Corepack for Yarn
1111
RUN corepack enable
1212

13+
# small change to get new build
14+
RUN echo "1234" > /tmp/hello.txt
15+
1316
WORKDIR /app
1417

1518
# Copy source code

0 commit comments

Comments
 (0)