Skip to content

Commit

Permalink
Merge pull request #34 from kloudlite/ci/testing
Browse files Browse the repository at this point in the history
ci testing
  • Loading branch information
nxtCoder19 authored Dec 19, 2023
2 parents 5b1b83e + 651c196 commit 52e346f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/.github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Install UPX
run: |
curl -L0 https://github.com/upx/upx/releases/download/v4.2.1/upx-4.2.1-amd64_linux.tar.xz > upx.tar.xz
tar -xf upx.tar.xz
sudo mv upx-4.2.1-amd64_linux/upx /usr/local/bin
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 52e346f

Please sign in to comment.