temporarily disable qemu

This commit is contained in:
Colin Griffin
2022-11-08 15:10:01 -05:00
committed by GitHub
parent 2980dcdc5c
commit 1d58527a40

View File

@@ -51,10 +51,6 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ secrets.DOCKER_HUB_TOKEN }}
# Log out from the Docker registry at the end of a job # Log out from the Docker registry at the end of a job
logout: true # optional, default is true logout: true # optional, default is true
- name: Set up Docker builder
id: buildx
uses: docker/setup-buildx-action@v1.6.0
- name: Copy env - name: Copy env
run: | run: |
@@ -63,8 +59,8 @@ jobs:
echo "DATABASE_HOST=localhost:5432" >> $GITHUB_ENV echo "DATABASE_HOST=localhost:5432" >> $GITHUB_ENV
eval $(sed -e '/^#/d' -e 's/^/export /' -e 's/$/;/' .env) ; eval $(sed -e '/^#/d' -e 's/^/export /' -e 's/$/;/' .env) ;
- name: Set up QEMU # - name: Set up QEMU
uses: docker/setup-qemu-action@v2 # uses: docker/setup-qemu-action@v2
- name: Start database - name: Start database
run: | run: |