Skip to content

Commit

Permalink
add buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jan 25, 2025
1 parent e649231 commit 2fa08a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-wasm-simd-image-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Get arguments
run: echo "LIBWASM_VERSION=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_ENV

Expand Down

0 comments on commit 2fa08a4

Please sign in to comment.