Skip to content

Commit

Permalink
Remove building ppc (#504)
Browse files Browse the repository at this point in the history
Building `ppc` images is not actually used and adds complexity and transient failures in the CI. The solution is to remove the `ppc` builds.
  • Loading branch information
simitt authored Feb 6, 2025
1 parent 44b1f88 commit 030bb6c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 100 deletions.
2 changes: 1 addition & 1 deletion go/Makefile.debian12
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGES := base main darwin arm armhf armel mips ppc s390x darwin-arm64 npcap
IMAGES := base main darwin arm armhf armel mips s390x darwin-arm64 npcap
DEBIAN_VERSION := 12
TAG_EXTENSION := -debian12

Expand Down
1 change: 0 additions & 1 deletion go/ppc/.dockerignore

This file was deleted.

83 changes: 0 additions & 83 deletions go/ppc/Dockerfile.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion go/ppc/Makefile

This file was deleted.

9 changes: 0 additions & 9 deletions go/ppc/rootfs/compilers.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions go/ppc/rootfs/helloWorld.c

This file was deleted.

0 comments on commit 030bb6c

Please sign in to comment.