Skip to content

Commit

Permalink
ci: skip using qemu for building arm images (#91)
Browse files Browse the repository at this point in the history
* ci: test without qemu

* ci: disable using google-closure-compiler as it doesnt support arm
  • Loading branch information
ayuhito authored Jul 9, 2024
1 parent 404bd0f commit d4547e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-edge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Docker Edge Publish # Publish Docker images under `edge` and commit SHA tags
on:
workflow_dispatch:
workflow_run:
workflows: [Tests]
types: [completed]
Expand All @@ -23,9 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

Expand Down
1 change: 0 additions & 1 deletion tracker/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ tasks:
- ./dist/default.js

embed:
deps: [build:default]
cmds:
- mkdir -p ../core/client
- cp ./dist/default.js ../core/client/script.js
Expand Down

0 comments on commit d4547e2

Please sign in to comment.