Skip to content

Commit c90312b

Browse files
committed
fix typo
1 parent ac6dd92 commit c90312b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/base-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
file: .github/docker-images/base-images/device-client/amazonlinux/Dockerfile
236236
context: .
237237
build-args: |
238-
OS=linux/arm64
238+
TARGETPLATFORM=linux/arm64
239239
target: base
240240
push: true
241241
tags: |
@@ -383,7 +383,7 @@ jobs:
383383
file: .github/docker-images/base-images/device-client/ubi8/Dockerfile
384384
context: .
385385
build-args: |
386-
OS=linux/arm64
386+
TARGETPLATFORM=linux/arm64
387387
target: base
388388
push: true
389389
tags: |

0 commit comments

Comments
 (0)