Skip to content

Commit 0678925

Browse files
authored
Fix fcos build
1 parent b940656 commit 0678925

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ jobs:
305305
env:
306306
GH_TOKEN: ${{ github.token }}
307307
steps:
308+
- uses: actions/checkout@v4
308309
- name: Docker meta
309310
id: meta
310311
uses: docker/metadata-action@v5 # see https://github.com/docker/metadata-action
@@ -333,4 +334,5 @@ jobs:
333334
labels: ${{ steps.meta.outputs.labels }}
334335
cache-from: type=gha
335336
cache-to: type=gha,mode=max
337+
platforms: linux/amd64,linux/arm64
336338

0 commit comments

Comments
 (0)