Skip to content

Commit

Permalink
chore: only enable arm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Feb 5, 2024
1 parent 9855f37 commit eaec840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
include:
- runner: [self-hosted, X64]
arch: amd64
# - runner: [self-hosted, X64]
# arch: amd64
- runner: arm-runner
arch: arm64
runs-on: ${{ matrix.runner }}
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN set -ex; \
export PYTHONDONTWRITEBYTECODE=1; \
apt-get update; \
apt-get install -y --no-install-recommends libssl1.1=1.1.1f-1ubuntu2.20 libssl-dev=1.1.1f-1ubuntu2.20 ; \
apt-get install -y --no-install-recommends /tmp/postgresql-common_*.deb /tmp/postgresql-client-common_*.deb; \
sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; \
apt-get install -y --no-install-recommends /tmp/*.deb; \
Expand Down

0 comments on commit eaec840

Please sign in to comment.