Skip to content

Commit

Permalink
Revert "add qemu setup for docker builds [CI SKIP]"
Browse files Browse the repository at this point in the history
This reverts commit 9d89591.
  • Loading branch information
olofvndrhr committed May 13, 2022
1 parent 9d89591 commit 5bbd8a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .woodpecker/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ clone:

pipeline:

# setup qemu for multi arch builds
dryrun-setup-qemu:
when:
branch: master
event: pull_request
image: multiarch/qemu-user-static
pull: true
commands:
- /register --reset -p yes

# build docker image for amd64 - x86
dryrun-build-amd64:
when:
Expand Down
10 changes: 0 additions & 10 deletions .woodpecker/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ clone:

pipeline:

# setup qemu for multi arch builds
setup-qemu:
when:
#branch: master
event: tag
image: multiarch/qemu-user-static
pull: true
commands:
- /register --reset -p yes

# build and publish docker image for amd64 - x86
build-amd64:
when:
Expand Down

0 comments on commit 5bbd8a4

Please sign in to comment.