Skip to content

Commit

Permalink
Add ARM64 to the platforms used for the integration test container (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 authored Nov 3, 2023
1 parent 5ed671d commit be361a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ci-build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: all

environment:
PLATFORMS: "linux/amd64,linux/ppc64le,linux/s390x"
PLATFORMS: "linux/amd64,linux/ppc64le,linux/s390x,linux/arm64"

tasks:
- set_fact:
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/platform_fcarm.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---
ansible_user: core

needs_selinux_permissive: true

0 comments on commit be361a6

Please sign in to comment.