Skip to content

Commit 0a97097

Browse files
committed
GitHub actions: forgot setup-buildx-action to enable cross-platform Docker builds
1 parent 5921dc9 commit 0a97097

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11+
- uses: docker/setup-buildx-action@v1
12+
1113
- name: Build
1214
run: |
1315
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob

0 commit comments

Comments
 (0)