diff options
| author | Felipe Oduardo Sierra <[email protected]> | 2025-12-13 20:01:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-13 13:01:59 -0600 |
| commit | f254cf76d919a96559706c92fa5af009ce699d63 (patch) | |
| tree | fd39cc610d76703b75fbe916d35ccc32be90ad7d /.github/workflows | |
| parent | b4ffaa21ec0576936fa24c72d6548bba6bdd9239 (diff) | |
| download | opencode-f254cf76d919a96559706c92fa5af009ce699d63.tar.gz opencode-f254cf76d919a96559706c92fa5af009ce699d63.zip | |
add ARM64 Docker image support (#5483)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96b9280fb..9c44efe1b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,6 +64,12 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - uses: actions/setup-node@v4 with: node-version: "24" |
