Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dafik committed Nov 15, 2023
1 parent e19283d commit 6c49762
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 42 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,15 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64,riscv64,arm

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


- name: Run Buildx
run: |
cp ./app/target/app-0.0.5-dep.jar ./docker/std/sbc2ha.jar
docker buildx build \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/riscv64 \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--output "type=image,push=false" \
--file ./docker/std/Dockerfile ./docker/std
92 changes: 53 additions & 39 deletions config/editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c49762

Please sign in to comment.