Skip to content

Commit

Permalink
Merge pull request #139 from tminaorg/ci-remove-qemu
Browse files Browse the repository at this point in the history
ci: Remove qemu from CI (CD still needs it)
  • Loading branch information
aleksasiriski authored Oct 27, 2023
2 parents 6ea545f + 296565b commit 9caaddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dockerci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- "generate/**/*"
- "src/**/*"
- "docker/**/*"
- ".dockerignore"

env:
REGISTRY: ghcr.io
Expand All @@ -32,9 +33,6 @@ jobs:
with:
go-version: stable

# build arm
- uses: docker/setup-qemu-action@v3

# go:generate
- name: Generate go code from go:generate comments
run: make install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dockerflycd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

# build arm
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64

# registry
- uses: docker/login-action@v3
Expand Down

0 comments on commit 9caaddf

Please sign in to comment.