Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Test setup of buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Apr 17, 2024
1 parent 0f9cf54 commit 8e83352
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ jobs:
- name: Check specs
run: |
./specs.sh
test:
name: test
runs-on: actuated-2cpu-2gb
steps:
- name: Setup buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
with:
driver-opts: network=host
install: true
version: v0.9.1

0 comments on commit 8e83352

Please sign in to comment.