Skip to content

Commit 6c08f48

Browse files
committed
fix: docker multi-platform build issue
1 parent 17de6e3 commit 6c08f48

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/patch-release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
platforms: linux/amd64
124124
tags: ${{ env.TEST_TAG }}
125125
load: true
126+
driver: docker-container
126127

127128
- name: Test docker image
128129
shell: bash
@@ -137,6 +138,7 @@ jobs:
137138
platforms: linux/amd64,linux/arm64
138139
tags: |
139140
public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v${{ github.event.inputs.version }}
141+
driver: docker-container
140142

141143
- name: Build and Publish release with Gradle
142144
uses: gradle/gradle-build-action@v3

.github/workflows/release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
platforms: linux/amd64
9292
tags: ${{ env.TEST_TAG }}
9393
load: true
94+
driver: docker-container
9495

9596
- name: Test docker image
9697
shell: bash
@@ -106,6 +107,7 @@ jobs:
106107
tags: |
107108
${{ env.PUBLIC_REPOSITORY }}:v${{ github.event.inputs.version }}
108109
${{ env.PRIVATE_REPOSITORY }}:v${{ github.event.inputs.version }}
110+
driver: docker-container
109111

110112
- name: Build and Publish release with Gradle
111113
uses: gradle/gradle-build-action@v3

0 commit comments

Comments
 (0)