Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pschmitt committed Mar 16, 2020
1 parent 82528fb commit 2978418
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.com/pschmitt/zabbix-docker-multiarch.svg?branch=master)](https://travis-ci.com/pschmitt/zabbix-docker-multiarch)

![GitHub Actions CI](https://github.com/pschmitt/zabbix-docker-multiarch/workflows/GitHub%20Actions%20CI/badge.svg)
[![GitHub Actions CI](https://github.com/pschmitt/zabbix-docker-multiarch/workflows/GitHub%20Actions%20CI/badge.svg)](https://github.com/pschmitt/zabbix-docker-multiarch/actions?query=workflow%3A%22GitHub+Actions+CI%22)

You can find the resulting images in the [zabbixmultiarch Docker Hub organization](https://hub.docker.com/u/zabbixmultiarch).

Expand Down Expand Up @@ -33,9 +33,9 @@ docker run --name some-zabbix-agent -e ZBX_HOSTNAME="some-hostname" -e ZBX_SERVE

## CI

All upstream projects are built using both [Travis CI](https://travis-ci.com/pschmitt/zabbix-docker-multiarch) and [GitHub Actions](https://github.com/pschmitt/zabbix-docker-multiarch/actions?query=workflow%3A%22GitHub+Actions+CI%22)
**except** zabbix-agent2 since [it won't build properly with buildx and QEMU for ARM](https://github.com/pschmitt/zabbix-docker-multiarch/issues/3).
All upstream projects are built using [GitHub Actions](https://github.com/pschmitt/zabbix-docker-multiarch/actions?query=workflow%3A%22GitHub+Actions+CI%22)
**except** zabbix-agent2 since it won't build properly with buildx and QEMU for ARM.

I currently build zabbix-agent2 locally every day using an AMD64 machine and a Raspberry Pi.

Sadly due to https://github.com/docker/buildx/issues/177 only the `latest` tag get published for the moment.
Sadly due to [a bug in buildx](https://github.com/docker/buildx/issues/177) only the `latest` tag get published for the moment.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ get_available_architectures_safe() {

all_archs=$(get_available_architectures "$@")
if [[ "$OS" == "centos" ]]
then
# grep -vE 'ppc64le|s390x|arm/v6|arm/v7' <<< "$all_archs"
grep -vE 'arm/v6|arm/v7' <<< "$all_archs"
elif [[ "$PROJECT" == "agent2" ]]
then
# grep -vE 'ppc64le|s390x|arm/v6|arm/v7' <<< "$all_archs"
grep -vE 'arm/v6|arm/v7' <<< "$all_archs"
Expand Down

0 comments on commit 2978418

Please sign in to comment.