Skip to content

Commit

Permalink
update docker action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 23, 2024
1 parent 98c2244 commit 3835832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build binary on emulated aarch64
run: |
Expand Down

0 comments on commit 3835832

Please sign in to comment.