mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add ARM64 Docker image support (#5483)
This commit is contained in:
parent
b4ffaa21ec
commit
f254cf76d9
3 changed files with 20 additions and 6 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue